aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [ACM/XEND] Fix case where resource label file does not exist.kfraser@localhost.localdomain2007-08-301-2/+4
* qemu: Remove mapcache lock - we no longer have multiple threads in core qemu ...kfraser@localhost.localdomain2007-08-303-27/+1
* Introduce xc_core_arch_gpfn_may_present() hook.kfraser@localhost.localdomain2007-08-308-10/+19
* Optimize xc_core.c implementation.kfraser@localhost.localdomain2007-08-302-112/+123
* Some minor cleanup of xc_core.c.kfraser@localhost.localdomain2007-08-301-70/+128
* ioemu: Avoid unaligned guest memory accesses on ia64.kfraser@localhost.localdomain2007-08-291-0/+6
* hvm: Add rombios decoding of F11/F12 scancodes in support forkfraser@localhost.localdomain2007-08-291-3/+8
* ioemu: Avoid struct members clashing with POSIX apiskfraser@localhost.localdomain2007-08-281-12/+12
* xm: Fix error message for xm create command.kfraser@localhost.localdomain2007-08-281-1/+2
* ioemu: error checkin when setting up the Cirrus Logic video device.kfraser@localhost.localdomain2007-08-281-1/+6
* xend: Fix memory ballooning logic during save/restore. Should be samekfraser@localhost.localdomain2007-08-281-10/+21
* Fix VNC server after HVM save/restore/migrate, when no vncpasswd specified.kfraser@localhost.localdomain2007-08-281-1/+2
* hvmloader: Clarify relationship between xen_domain_handle_t and SMBIOS uuid f...kfraser@localhost.localdomain2007-08-242-2/+3
* Add sharing-check for blktapkfraser@localhost.localdomain2007-08-173-42/+100
* xend: Fix vbd detach.kfraser@localhost.localdomain2007-08-171-0/+3
* Fix "xm restore" require 4 times amount of memory on ia64.kfraser@localhost.localdomain2007-08-171-1/+2
* xend: Avoid unnecessary writes to xenstore.kfraser@localhost.localdomain2007-08-171-1/+1
* libxc: Various xc_evtchn_* functions must return signed integer type.kfraser@localhost.localdomain2007-08-144-90/+107
* [HVM] [TOOLS] Move device state save earlier in suspend pathTim Deegan2007-08-132-2/+3
* xm-test: Allow dom0 network interface used in tests to be overridenJames Bulpin2007-08-124-7/+17
* Fix xm block/network-detach command.kfraser@localhost.localdomain2007-08-094-19/+155
* acm: Some fixes to the Xend ACM management codekfraser@localhost.localdomain2007-08-094-29/+84
* Do not clobber new wallclock offset on restore.Ian Campbell2007-08-081-12/+23
* [TOOLS] Avoid unaligned accesses in libfsimage FAT16 codeTim Deegan2007-08-081-3/+3
* xentop: fix abnormal value cpu(%) when domain shutdown.kfraser@localhost.localdomain2007-08-071-1/+1
* [HVM] Store Etherboot ROM as hexdump, not binaryTim Deegan2007-08-064-2/+2056
* xm: Fix control characters causing xm tests to fail.kfraser@localhost.localdomain2007-08-061-1/+1
* xm: pass --skipdtd parameter through to 'xm new'kfraser@localhost.localdomain2007-08-061-1/+2
* pygrub: LiloConf.py supports root and read-onlykfraser@localhost.localdomain2007-08-061-3/+21
* Fix/cleanup destroyDevice code path in xend.kfraser@localhost.localdomain2007-08-065-27/+96
* [ACM] Support for removing / replacing a policykfraser@localhost.localdomain2007-08-066-33/+142
* [ACM] Support for running unlabeled domains alongside labeled oneskfraser@localhost.localdomain2007-08-066-26/+53
* domain builder: Zero start_info struct.kfraser@localhost.localdomain2007-08-031-0/+2
* xenstore: Redirect stdin/stdout/stderr to /dev/null.kfraser@localhost.localdomain2007-08-011-4/+8
* xenstore: Do not assign to stdout/stderr/stdin - they are notkfraser@localhost.localdomain2007-08-013-10/+5
* xenstored: Do not write to stderr if we are daemonised!kfraser@localhost.localdomain2007-08-014-15/+16
* xenstored: Remove unused util code.kfraser@localhost.localdomain2007-08-012-96/+0
* blktap: Fix unaligned access to blktap/tapdisk message payloads.kfraser@localhost.localdomain2007-08-011-1/+3
* Fix file descriptor leak in blktapctrlkfraser@localhost.localdomain2007-08-011-12/+32
* [IA64] Fix tools build.kfraser@localhost.localdomain2007-08-011-1/+3
* hvmloader: Avoid bogus use of NULL pointer.kfraser@localhost.localdomain2007-07-311-1/+1
* [ACM] Some more fixeskfraser@localhost.localdomain2007-07-304-3/+26
* Move generate_acpi_checksum() from ia64 code to common.kfraser@localhost.localdomain2007-07-302-1/+14
* Implement Xen API method Console.set_other_config.kfraser@localhost.localdomain2007-07-273-3/+23
* Implement missing Xen API method Console.get_other_config.kfraser@localhost.localdomain2007-07-271-0/+6
* Fix Xen API console methods that use undefined variables.kfraser@localhost.localdomain2007-07-271-0/+2
* [Xend] Do network startup earlier.kfraser@localhost.localdomain2007-07-272-3/+4
* [XEND] Fix for creating VLANs using the Xen-APIkfraser@localhost.localdomain2007-07-271-3/+3
* [ACM] Check a domain's authorization to run.kfraser@localhost.localdomain2007-07-273-7/+32
* [HVM] Save/restore: don't leak shared-memory segments after HVM live-migrate.Tim Deegan2007-07-261-7/+18