aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix failure to localise xm by preventing cd from writing to stdoutkfraser@localhost.localdomain2007-01-221-1/+1
* [PVFB] Set keyboard layout of PVFB from configuration file.kfraser@localhost.localdomain2007-01-222-1/+6
* [PVFB] Support keymap localisation.kfraser@localhost.localdomain2007-01-222-145/+80
* VTPM_TOOLS: Added support for QEMU to communicate with vTPM over UNIXkfraser@localhost.localdomain2007-01-229-139/+270
* Put gdb version in a variable in gdbbuild script.kfraser@localhost.localdomain2007-01-221-8/+10
* Implement clean return from save/restore failure (so that originalkfraser@localhost.localdomain2007-01-226-23/+200
* [PYGRUB] Plumb bootloader I/O through xenconsole.Tim Deegan2007-01-227-96/+217
* [PYGRUB] Add python module for POSIX ptsname(2) function.Tim Deegan2007-01-224-0/+78
* [PYGRUB] Don't redraw the interactive menu screen if it doesn't need it.Tim Deegan2007-01-221-8/+12
* Fix byte-to-long bitmap conversions.kaf24@localhost.localdomain2007-01-211-2/+1
* [LIBXC] Fix non-x86 build.kaf24@localhost.localdomain2007-01-211-7/+24
* [LIBXC] Refactor xc_domain_resume() into its own source file.kfraser@localhost.localdomain2007-01-194-17/+42
* Allow XS_INTRODUCE to be used for rebinding the xenstore evtchn.kfraser@localhost.localdomain2007-01-191-7/+8
* [XEN] Support VCPU reset via DOMCTL_setvcpucontext.kfraser@localhost.localdomain2007-01-191-2/+3
* [XEN] New event-channel reset operation.kfraser@localhost.localdomain2007-01-193-1/+35
* xenstore: add XS_RESUME command; export it to xend.kfraser@localhost.localdomain2007-01-198-1/+89
* Add resumedomain domctl to resume a domain after checkpoint.kfraser@localhost.localdomain2007-01-194-0/+42
* [TOOLS] Avoid void* arithmetic when parsing elf notes.kfraser@localhost.localdomain2007-01-192-6/+6
* [LIBXC] Handle trace-buffer cpumap endianness.kfraser@localhost.localdomain2007-01-191-4/+8
* [LIBXC] Convert between byte-based and 64-bit bitmap arrays. Use thiskfraser@localhost.localdomain2007-01-193-10/+47
* Tidy up the restore path following HVM save/restore patches.Ewan Mellor2007-01-191-16/+10
* Update pygrub for new Solaris directory names.john.levon@sun.com2007-01-181-3/+3
* Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2007-01-1843-266/+1915
|\
| * [ioemu] fix build - prototype for static function needs to be static.Christian Limpach2007-01-181-1/+2
| * Allow vcpu_avail to be specified in the configuration file. Rationalise ourEwan Mellor2007-01-186-44/+53
| * Fix get_config_value fixAlastair Tse2007-01-181-1/+1
| * Fix get_config_value call.Ewan Mellor2007-01-181-1/+1
| * [HVM] save restore: guest memory handlingTim Deegan2007-01-182-2/+1007
| * [HVM] save restore: device model supportTim Deegan2007-01-185-1/+105
| * [HVM] save restore: new hyper-callTim Deegan2007-01-182-0/+68
| * [HVM] save restore: frame workTim Deegan2007-01-1810-17/+260
| * [XEND] Change SrvServer to not require sockets to be non-blocking.Alastair Tse2007-01-184-36/+30
| * Solaris should used a netback of type 'SUNW_mac' and 'vif-vnic' as thejohn.levon@sun.com2007-01-163-3/+18
| * Allow xend configuration via Solaris SMF as well as the config file.Ewan Mellor2007-01-183-98/+310
| * Rename XendRoot to XendOptions.Ewan Mellor2007-01-1817-63/+63
| * [XEND] Fix order of kernel argument construction to prevent arg repeat bugAlastair Tse2007-01-181-7/+5
| * Revert 13389; libfsimage version does not need to change after all.Tim Deegan2007-01-181-1/+1
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-1716-88/+164
|\|
| * [XEND] Fix warning about 'cpus' option on domain creation.kfraser@localhost.localdomain2007-01-171-0/+1
| * Add scheduler name to 'xm info' output.kfraser@localhost.localdomain2007-01-171-0/+10
| * [LIBFSIMAGE] Fix makefile to track version number changeTim Deegan2007-01-171-1/+1
| * Remove useless fsip_fs_free(). Delegate freeing of private data to its pluginjohn.levon@sun.com2007-01-167-16/+9
| * Enable lazy (on-demand) allocation of memory to a guest being restored; thisSteven Hand2007-01-162-62/+137
| * Remove bogus sanity check from xc_linux_save.Steven Hand2007-01-151-7/+0
| * Comment fix.Steven Hand2007-01-151-1/+1
| * [PYGRUB] Make the boot-choice timeout actually time out.Tim Deegan2007-01-151-0/+3
| * [XEN] Allow stack-address-size to be specified differently fromkfraser@localhost.localdomain2007-01-151-1/+2
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-1529-173/+980
|\|
| * [XEN] Emulate MUL/DIV. Tweak test suite build.kaf24@localhost.localdomain2007-01-142-1/+5
| * [TESTS] Fix native jump to 1MB absolute address in emulator test.kaf24@localhost.localdomain2007-01-131-1/+1