aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xen: fix logic bugEric Blake2010-07-291-3/+3
* build: fix 'make syntax-check' failureEric Blake2010-07-291-2/+3
* lxc: Fix return values of veth.c functionsRyota Ozaki2010-07-296-104/+107
* Eliminate memory leak in xenUnifiedDomainInfoListFreeLaine Stump2010-07-291-0/+1
* lxc: Fix 'autostart' doesn't take effect actuallyRyota Ozaki2010-07-291-0/+3
* Fix --with-xen-proxy related compile errorMatthias Bolte2010-07-291-20/+20
* Fix a potential race in pciInitDevice.Chris Lalancette2010-07-292-5/+5
* qemu: virtio console supportCole Robinson2010-07-2812-12/+151
* domain conf: Track <console> target typeCole Robinson2010-07-2872-80/+151
* domain conf: char: Add an explicit targetType fieldCole Robinson2010-07-283-153/+249
* domain conf: Rename character prop targetType -> deviceTypeCole Robinson2010-07-288-64/+64
* docs: domain: Document virtio <channel>Cole Robinson2010-07-281-0/+12
* tests: Test qemuxml2xml when expected xml changesCole Robinson2010-07-2816-19/+324
* fix handling of PORT_PROFILE_RESPONSE_INPROGRESS netlink messageGerhard Stenzel2010-07-281-8/+9
* maint: fix comment typosEric Blake2010-07-281-3/+3
* Fix up confusing indentation in qemudDomainAttachHostPciDevice.Chris Lalancette2010-07-281-1/+1
* maint: turn on gcc logical-op checkingEric Blake2010-07-282-3/+19
* libvirt-guests: add reload, condrestartEric Blake2010-07-281-2/+6
* libvirt-guests: enhance statusEric Blake2010-07-281-6/+20
* libvirt-guests: detect invalid argumentsEric Blake2010-07-281-2/+14
* Invert logic for checking for QEMU disk cache optionsDaniel P. Berrange2010-07-281-1/+2
* qemu: Allow setting boot menu on/offCole Robinson2010-07-2713-6/+140
* docs: Link wiki FAQ to main pageCole Robinson2010-07-275-148/+32
* qemu: Error on unsupported graphics configCole Robinson2010-07-271-0/+12
* libvirt-guests: Don't throw errors if libvirtd is not installedJiri Denemark2010-07-271-0/+7
* Force FLR on for buggy SR-IOV devices.Chris Lalancette2010-07-261-4/+44
* build: fix VPATH buildsEric Blake2010-07-262-2/+2
* pciResetDevice: use inactive devices to determine safe resetChris Wright2010-07-264-15/+18
* qemudDomainAttachHostPciDevice refactor to use new helpersChris Wright2010-07-261-34/+3
* Add helpers qemuPrepareHostdevPCIDevice and qemuDomainReAttachHostdevDevicesChris Wright2010-07-261-9/+25
* qemuGetPciHostDeviceList take hostdev list directlyChris Wright2010-07-261-6/+6
* esx: Support vSphere 4.1Matthias Bolte2010-07-245-11/+51
* esx: Add vpx:// scheme to allow direct connection to a vCenterMatthias Bolte2010-07-246-433/+578
* esx: Don't ignore the vcenter query parameterMatthias Bolte2010-07-241-1/+8
* esx: Add autodetection for the SCSI controller modelMatthias Bolte2010-07-248-21/+407
* esx: Allow 'vmpvscsi' as SCSI controller modelMatthias Bolte2010-07-249-9/+55
* secaatest: Fix compilationMatthias Bolte2010-07-241-1/+1
* virt-aa-helper-test: Fix failure due to the new disk format probing optionMatthias Bolte2010-07-241-1/+2
* virt-aa-helper: Make getopt accept the p optionMatthias Bolte2010-07-241-1/+1
* virt-aa-helper: Fix return value of add_file_pathMatthias Bolte2010-07-241-0/+3
* virt-aa-helper: Ignore open errors againMatthias Bolte2010-07-241-1/+5
* qemu-api: avoid build failureEric Blake2010-07-231-1/+1
* Add tests for the new Qemu namespace XML.Chris Lalancette2010-07-2310-8/+118
* Qemu remote protocol.Chris Lalancette2010-07-2319-77/+493
* Qemu arbitrary monitor commands.Chris Lalancette2010-07-237-1/+126
* Qemu Monitor API entry point.Chris Lalancette2010-07-2320-1/+156
* Handle arbitrary qemu command-lines in qemuParseCommandLine.Chris Lalancette2010-07-231-6/+24
* Qemu arbitrary command-line arguments.Chris Lalancette2010-07-233-0/+197
* Add namespace callback hooks to domain_conf.Chris Lalancette2010-07-233-7/+51
* Fix SEGV on exit after domainEventDeregister()Philipp Hahn2010-07-231-1/+2