aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: Fix a few error-path memory leaks.Keir Fraser2008-12-093-4/+10
* xend: Remember bootable flag for vbds in xenstoreKeir Fraser2008-12-092-7/+14
* xend: Fix memory allocation bug after hvm reboot in numa systemKeir Fraser2008-12-093-5/+39
* libxc: Fix gcc 4.3 build failureKeir Fraser2008-12-091-2/+4
* rombios: support BCVKeir Fraser2008-12-091-0/+24
* Fix domain save when guest is in S3.Keir Fraser2008-12-052-9/+4
* xm: Fix xm block-list for inactive managed domainsKeir Fraser2008-12-041-1/+12
* xend: Remember bootloader settings in xenstoreKeir Fraser2008-12-041-0/+4
* xentop: Fix xentop for blktapKeir Fraser2008-12-031-19/+6
* Do not request domain shutdown if in S3 state during domain save.Keir Fraser2008-12-031-10/+26
* xenpmd: Adjust strncat() length to avoid static buffer overflow.Keir Fraser2008-12-021-1/+1
* xend: Fix device release for tap devicesKeir Fraser2008-11-281-2/+10
* xm: Relax the sanity check on guest configuration with XSM-ACM addlabelKeir Fraser2008-11-281-2/+3
* hvmloader: Pass BDF to PCI option ROMs.Keir Fraser2008-11-242-16/+33
* hvmloader: Load physical PCI option ROMs where available.Keir Fraser2008-11-241-54/+135
* hvmloader: Relocate the etherboot ROM to be near the end of VGAKeir Fraser2008-11-242-5/+7
* PCI interface changes for PCIE-AER enablingKeir Fraser2008-11-241-1/+34
* xend: Make _setCPUAffinity() errors nonfatal on domain resumeKeir Fraser2008-11-201-1/+8
* xenapi: fix valid_object typoKeir Fraser2008-11-201-1/+1
* x86: support CPUID hypervisor feature bitKeir Fraser2008-11-192-0/+4
* tools: use sysfs interface to balloon driver if presentKeir Fraser2008-11-171-2/+27
* Fix to save CPU affinity for xm save/restoreKeir Fraser2008-11-141-2/+0
* xm: display domain id on domain creationKeir Fraser2008-11-131-2/+3
* xend, pciif: fix some indentationKeir Fraser2008-11-121-6/+6
* xend: Restore CPU affinity on domain resume.Keir Fraser2008-11-111-52/+60
* xenpm: Fix an error path.Keir Fraser2008-11-071-1/+1
* xend, security: Prevent changing of the policy while VMs are migratingKeir Fraser2008-11-052-60/+72
* xend: Add a multi-reader-single-writer lock implementationKeir Fraser2008-11-051-0/+137
* tools/hotplug: Separate OS-specific scripts.Keir Fraser2008-11-0441-57/+345
* xend: ioport & irq persistence thru rebootKeir Fraser2008-11-033-2/+46
* rombios: fix int13h for floppy diskKeir Fraser2008-10-301-2/+2
* xend: Fix typo in waitForBackend() for phantom VBDsKeir Fraser2008-10-281-1/+1
* Add 2 more permissions to the XSM/Flask default policy.Keir Fraser2008-10-271-1/+2
* Fix xm scsi-attach/detach/list for inactive managed domainsKeir Fraser2008-10-279-69/+125
* Remove accidentally checked-in xenpmd binary.Keir Fraser2008-10-231-0/+0
* xenpmd: Fix makefile for 'make install'.Keir Fraser2008-10-231-0/+5
* hvmloader: Remove unneeded legacy flag from FADT flags field.Keir Fraser2008-10-231-1/+1
* Xen power management daemon patch.Keir Fraser2008-10-234-0/+536
* blktap: re-enable O_DIRECT in block_qcow.cKeir Fraser2008-10-221-9/+15
* xend: Fix and clean up vscsi_util.py and other filesKeir Fraser2008-10-213-76/+47
* xend: fix setting vcpus > VCPUs_maxKeir Fraser2008-10-201-14/+9
* blktap: Handle qcow backing files correctly.Keir Fraser2008-10-202-17/+59
* xend: Stub out vscsi_get_scsidevices() until issues are addressed.Keir Fraser2008-10-201-0/+4
* xentrace: trace power management events.Keir Fraser2008-10-161-0/+4
* Enhance XenAPI for pvSCSIKeir Fraser2008-10-1613-115/+940
* x86: make injection of spurious page faults configurable per domainKeir Fraser2008-10-156-1/+49
* hvm: Battery Management virtual firmware and toolstack changesKeir Fraser2008-10-148-4/+659
* x86, hvm: Hyper-V guest interface support with small set of enlightenmentsKeir Fraser2008-10-146-14/+36
* xend: fixup the Secondary Bus Reset.Keir Fraser2008-10-131-2/+3
* xenpm: Fix logic when Hyperthreading is enabled.Keir Fraser2008-10-131-19/+38