summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* m4/virt-systemd-daemon.m4: systemd ships only one pc file: libsystemd.pcbaserock/v1.2.10Francisco Redondo Marchena2014-12-011-2/+2
* Fix for rpcgen, cpp location issue.Mark Doffman2014-11-041-1/+4
* Point submodule to its upstream repositoryFrancisco Redondo Marchena2014-11-041-1/+1
* Release of libvirt-1.2.10v1.2.10Daniel Veillard2014-11-0378-312807/+335945
* hotplug: fix char device detachPavel Hrdina2014-11-011-4/+9
* vbox_storage: fix coverity issue with overwriting valuePavel Hrdina2014-11-011-20/+16
* Relax duplicate SCSI host pool checkingJán Tomko2014-11-011-5/+1
* Match scsi_host pools by parent address firstJán Tomko2014-11-011-0/+29
* mingw: fix build failurePavel Hrdina2014-11-011-0/+4
* domain: fix parsing of memory tunables on 32-bit machinesEric Blake2014-10-312-16/+22
* qemu: Release nbd port from migrationPorts instead of remotePortsweiwei li2014-10-312-4/+4
* libxl: fix double-free of libxl_domain_build_infov1.2.10-rc2Jim Fehlig2014-10-301-18/+14
* libxl: Support user-specified <emulator>Jim Fehlig2014-10-301-0/+22
* Spell TIOCSCTTY right in the error messageJán Tomko2014-10-301-1/+1
* Reject live update of offloading optionsJán Tomko2014-10-301-1/+12
* conf: forbid negative values in virDomainParseScaledValueMartin Kletzander2014-10-301-9/+16
* virsh: Fix memory leak in cmdNetworkDHCPLeasesLuyao Huang2014-10-301-0/+2
* virutil: fix virGetSCSIHostNumber stub return typeRoman Bogorodskiy2014-10-301-1/+1
* virnetdev: stub virNetDev{Add,Del}Multi on FreeBSDRoman Bogorodskiy2014-10-302-3/+6
* virnetdev: Resolve Coverity RESOURCE_LEAKJohn Ferlan2014-10-291-0/+1
* virnetdev: Resolve Coverity FORWARD_NULLJohn Ferlan2014-10-291-3/+0
* virnetdev: Resolve Coverity DEADCODEJohn Ferlan2014-10-291-14/+20
* Teach virt-aa-helper to use TEMPLATE.qemu if the domain is kvm or kqemuCédric Bosdonnat2014-10-291-1/+11
* qemu: better error message when block job can't succeedEric Blake2014-10-292-4/+4
* test: Add test to verify helpers used for backing file name parsingPeter Krempa2014-10-292-0/+4
* storage: Fix crash when parsing backing store URI with schemaPeter Krempa2014-10-292-11/+30
* maint: add syntax check to prohibit static zero initEric Blake2014-10-292-2/+11
* maint: avoid static zero init in driversEric Blake2014-10-2911-17/+19
* maint: avoid static zero init in helpersEric Blake2014-10-2911-13/+13
* maint: avoid static zero init in testsEric Blake2014-10-295-12/+12
* maint: avoid static zero init in toolsEric Blake2014-10-294-9/+6
* maint: avoid static zero init in core filesEric Blake2014-10-299-37/+36
* audit: use bool for audit log choiceEric Blake2014-10-293-5/+5
* src/Makefile.am: Add forgotten backslashMichal Privoznik2014-10-291-1/+1
* storage_conf: Resolve libvirtd crash matching scsi_hostv1.2.10-rc1John Ferlan2014-10-281-27/+42
* virutil: Introduce virGetSCSIHostNameByParentaddrJohn Ferlan2014-10-284-13/+63
* virutil: Introduce virGetSCSIHostNumberJohn Ferlan2014-10-284-36/+63
* qemu-attach: Assign device aliasesJohn Ferlan2014-10-281-0/+3
* hotplug: Check for alias in net detachJohn Ferlan2014-10-281-0/+6
* hotplug: Check for alias in chrdev detachJohn Ferlan2014-10-281-0/+6
* hotplug: Check for alias in hostdev detachJohn Ferlan2014-10-281-0/+7
* hotplug: Check for alias in disk detachJohn Ferlan2014-10-281-0/+6
* hotplug: Check for alias in controller detachJohn Ferlan2014-10-281-1/+2
* virsh: Adjust the text in man page regarding qemu-attachJohn Ferlan2014-10-281-2/+3
* remote: fix jump depends on uninitialised valueJincheng Miao2014-10-291-0/+2
* vbox: Remove unused things in vbox_tmpl.cTaowei Luo2014-10-291-59/+1
* vbox: New storage driverTaowei Luo2014-10-296-158/+96
* vbox: Rewrite vboxStorageVolGetPathTaowei Luo2014-10-293-61/+56
* vbox: Rewrite vboxStorageVolGetXMLDescTaowei Luo2014-10-293-117/+102
* vbox: Rewrite vboxStorageVolGetInfoTaowei Luo2014-10-293-70/+89