summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vsh: Using VSH_REQUIRE_OPTION rather than virReportErrorv2.4.0-rc2Kothapally Madhu Pavan2016-10-281-6/+1
* network: fix endless loop when starting network with multiple IPs and no dhcpLaine Stump2016-10-281-8/+10
* qemu_driver: unlink new domain cfg file when rollbackChen Hanxiao2016-10-281-3/+10
* qemu: Minimalize global driver accessesMichal Privoznik2016-10-271-2/+2
* qemu: Fix crash during qemuStateCleanupNikolay Shirokovskiy2016-10-271-1/+1
* daemon: Fix crash during daemon cleanupNikolay Shirokovskiy2016-10-271-1/+3
* vz: remove Bridged network name and rename Routedv2.4.0-rc1Maxim Nestratov2016-10-271-2/+1
* vz: support type=bridge network interface type correctlyMaxim Nestratov2016-10-271-86/+14
* qemu: Forbid pinning vCPUs for TCG domainChen Hanxiao2016-10-271-0/+7
* Recreate the USB address cache at reconnectJán Tomko2016-10-274-2/+31
* Do not try to release virtio serial addressesJán Tomko2016-10-271-2/+6
* Fix crash on usb-serial hotplugJán Tomko2016-10-271-1/+2
* Return directly from qemuDomainAttachChrDeviceAssignAddrJán Tomko2016-10-271-17/+10
* Introduce virDomainVirtioSerialAddrAutoAssign againJán Tomko2016-10-274-9/+30
* Add 'FromCache' to virDomainVirtioSerialAddrAutoAssignJán Tomko2016-10-275-15/+17
* virsh: Fix on_shutdown to on_poweroffMartin Kletzander2016-10-271-1/+1
* qemu, lxc: Raise error message when resuming running domainSławek Kapłoński2016-10-262-1/+11
* wireshark: Rename plugindir to ws_plugindirAndrea Bolognani2016-10-262-7/+7
* wireshark: Inject $(prefix) at the right timeAndrea Bolognani2016-10-262-2/+6
* wireshark: Strip prefix correctlyAndrea Bolognani2016-10-261-5/+7
* wireshark: Hoist $ws_prefix declarationAndrea Bolognani2016-10-261-1/+1
* wireshark: Introduce $ws_modversionAndrea Bolognani2016-10-261-1/+2
* qemu: Add support for using AES secret for SCSI hotplugGema Gomez2016-10-264-3/+47
* qemu: Add secret object hotplug for TCP chardev TLSJohn Ferlan2016-10-264-36/+149
* qemu: Add a secret object to/for a char source devJohn Ferlan2016-10-269-12/+332
* qemu: Need to remove TLS object in RemoveRNGDeviceJohn Ferlan2016-10-261-1/+12
* qemu: Fix depedency order in qemuRemoveDiskDeviceJohn Ferlan2016-10-261-2/+3
* virsh: Add _length parameters to virsh outputJohn Ferlan2016-10-252-0/+76
* virsh: Create macros to add IOTUNE valuesJohn Ferlan2016-10-251-116/+37
* qemu: Add the length options to the iotune command lineJohn Ferlan2016-10-253-0/+59
* conf: Add support for blkiotune "_length" optionsJohn Ferlan2016-10-256-2/+165
* qemu: Add length for bps/iops throttling parameters to driverJohn Ferlan2016-10-258-13/+202
* caps: Add new capability for the bps/iops throttling lengthJohn Ferlan2016-10-257-0/+8
* include: Add new definitions for duration for bps/iops throttlingJohn Ferlan2016-10-251-0/+48
* qemu: Introduce qemuDomainSetBlockIoTuneDefaultsJohn Ferlan2016-10-251-38/+36
* qemu: Move setting of conf_disk in qemuDomainSetBlockIoTuneJohn Ferlan2016-10-251-9/+6
* qemu: Return real error message for block_set_io_throttleJohn Ferlan2016-10-251-5/+9
* qemu: Create a macro to handle setting bytes/iops iotune valuesJohn Ferlan2016-10-251-118/+35
* qemu: Move TLS object remove from DetachChr to RemoveChrJohn Ferlan2016-10-251-23/+21
* virQEMUCapsReset: also clear out hostCPUModelJán Tomko2016-10-251-0/+3
* libxl: fix leaking of allocated migration portsJim Fehlig2016-10-241-0/+4
* doc: update virsh domstats documentation for vcpu statisticsViktor Mihajlovski2016-10-241-0/+8
* qemu: add vcpu.n.halted to vcpu domain statsViktor Mihajlovski2016-10-241-4/+30
* qemu: Add domain support for VCPU halted stateViktor Mihajlovski2016-10-242-0/+71
* qemu: Add monitor support for CPU halted stateViktor Mihajlovski2016-10-245-6/+22
* qemu: replace calls to virDomainPCIAddressReserveNext*() with static functionLaine Stump2016-10-241-39/+62
* conf: make virDomainPCIAddressGetNextSlot() a local static functionLaine Stump2016-10-243-7/+1
* qemu: use virDomainPCIAddressReserveNextAddr in qemuDomainAssignDevicePCISlotsLaine Stump2016-10-241-18/+15
* conf: new function virDomainPCIAddressReserveNextAddr()Laine Stump2016-10-243-5/+47
* domain: fix migration to older libvirtPavel Hrdina2016-10-243-1/+25