summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vz: fix ref/unref of domain obj in vzDomainRevertToSnapshotv4.1.0-rc2Nikolay Shirokovskiy2018-02-281-1/+1
* virsh: fixing segfault by pool autocompleter function.Julio Faracco2018-02-281-0/+3
* qemu: fix memory leak of @vporttype during migration.Zhangzijian2018-02-281-0/+1
* nwfilter: save error from DHCP snoop thread to report in main threadLaine Stump2018-02-271-4/+15
* storage: fix sheepdog driver / test linking to avoid duplicating sourceDaniel P. Berrangé2018-02-272-3/+2
* make: fix uninstall of subdirectory dataDaniel P. Berrangé2018-02-271-5/+2
* po: refresh translations from zanataDaniel P. Berrangé2018-02-2796-597674/+654799
* lxc: fix rpc event leak on error path in virLXCControllerEventSendNikolay Shirokovskiy2018-02-261-1/+2
* daemon: fix rpc event leak on error path in remoteDispatchObjectEventSendNikolay Shirokovskiy2018-02-261-1/+2
* vz: build fix: handle missing switch enum casesNikolay Shirokovskiy2018-02-262-9/+9
* vz: build fix after excluding cross driver headersNikolay Shirokovskiy2018-02-261-0/+1
* qemu: Add virConnectPtr back to some migration methodsMichal Privoznik2018-02-263-13/+18
* qemuProcessLaunch: Print all arguments to debugMichal Privoznik2018-02-261-2/+2
* qemuMigrationSrcIsSafe: Check local storage more thoroughlyMichal Privoznik2018-02-261-10/+18
* libxl: round memory values to next 1MiB incrementv4.1.0-rc1Jim Fehlig2018-02-231-0/+4
* make: split lxc driver build rules into lxc/Makefile.inc.amDaniel P. Berrangé2018-02-232-179/+212
* make: split vz driver build rules into vz/Makefile.inc.amDaniel P. Berrangé2018-02-232-30/+39
* make: split xenapi driver build rules into xenapi/Makefile.inc.amDaniel P. Berrangé2018-02-232-17/+29
* make: split xen driver build rules into xen/Makefile.inc.amDaniel P. Berrangé2018-02-232-38/+68
* make: split libxl driver build rules into libxl/Makefile.inc.amDaniel P. Berrangé2018-02-232-80/+106
* make: split xenconfig driver build rules into xenconfig/Makefile.inc.amDaniel P. Berrangé2018-02-232-20/+29
* make: split bhyve driver build rules into bhyve/Makefile.inc.amDaniel P. Berrangé2018-02-232-60/+75
* make: split qemu driver build rules into qemu/Makefile.inc.amDaniel P. Berrangé2018-02-232-108/+162
* make: split openvz driver build rules into openvz/Makefile.inc.amDaniel P. Berrangé2018-02-232-21/+29
* make: split vbox driver build rules into vbox/Makefile.inc.amDaniel P. Berrangé2018-02-232-49/+77
* make: split vmware driver build rules into vmware/Makefile.inc.amDaniel P. Berrangé2018-02-232-20/+28
* make: split hyperv driver build rules into hyperv/Makefile.inc.amDaniel P. Berrangé2018-02-232-46/+60
* make: split ESX driver build rules into esx/Makefile.inc.amDaniel P. Berrangé2018-02-232-72/+97
* make: split test driver build rules into test/Makefile.inc.amDaniel P. Berrangé2018-02-232-20/+27
* make: split PHyp driver build rules into phyp/Makefile.inc.amDaniel P. Berrangé2018-02-232-15/+22
* make: split UML driver build rules into uml/Makefile.inc.amDaniel P. Berrangé2018-02-232-40/+65
* tools: avoid text spilling into variablesChristian Ehrhardt2018-02-231-6/+10
* make: fix VPATH install of upstart filesDaniel P. Berrangé2018-02-231-1/+2
* qemu: Fix updating device with boot orderJiri Denemark2018-02-231-7/+22
* Pass oldDev to virDomainDefCompatibleDevice on device updateJiri Denemark2018-02-234-18/+54
* lxc: Drop useless check in live device updateJiri Denemark2018-02-231-3/+0
* qemu_hotplug: Drop dead code in net updateJiri Denemark2018-02-231-6/+1
* libvirt.spec.in: Don't distribute libvirtd.upstartMichal Privoznik2018-02-231-1/+0
* news: libxl now supports setting clock offset and adjustmentJim Fehlig2018-02-221-0/+5
* make: fix long line in makefile that violate syntax-check rulesDaniel P. Berrangé2018-02-221-1/+2
* make: fix another VPATH bug impacting install of sysconf filesDaniel P. Berrangé2018-02-221-1/+1
* src: Clean *.logrotate, .aug and libvirtd.policy files on 'make clean'Michal Privoznik2018-02-221-1/+3
* make: fix VPATH build for libvirtd augeas checkDaniel P. Berrangé2018-02-221-1/+1
* conf,qemu: Check for NULL addrs in virDomainUSBAddressEnsureJohn Ferlan2018-02-223-16/+12
* conf,qemu: Check for NULL addrs in virDomainUSBAddressReleaseJohn Ferlan2018-02-224-14/+7
* port allocator: make port range constant objectNikolay Shirokovskiy2018-02-224-7/+7
* port allocator: remove release functionality from set usedNikolay Shirokovskiy2018-02-227-39/+21
* port allocator: drop skip bind check flagNikolay Shirokovskiy2018-02-2210-32/+29
* port allocator: remove range check in release functionNikolay Shirokovskiy2018-02-2210-46/+30
* port allocator: remove range on manual port reservingNikolay Shirokovskiy2018-02-227-49/+17