summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu: Let empty default VNC password work as documentedv1.2.15-maintJiri Denemark2016-06-301-7/+7
* CVE-2015-5313: storage: don't allow '/' in filesystem volume namesEric Blake2015-12-121-1/+9
* remoteClientCloseFunc: Don't mangle connection object refcountMichal Privoznik2015-09-031-4/+0
* storage: Handle failure from refreshVolJohn Ferlan2015-09-021-1/+5
* virfile: Introduce virFileUnlinkJohn Ferlan2015-09-024-1/+110
* Revert "LXC: show used memory as 0 when domain is not active"Jim Fehlig2015-08-282-2/+2
* lxc: Don't pass a local variable address randomlyMichal Privoznik2015-07-021-4/+4
* lxc: set nosuid+nodev+noexec flags on /proc/sys mountEric W. Biederman2015-06-161-2/+2
* Release of libvirt-1.2.15v1.2.15Daniel Veillard2015-05-0466-418831/+437522
* qemu: Fix bus and lun checks when scsi-disk.channel not presentv1.2.15-rc2John Ferlan2015-04-301-2/+2
* main: add new generated files to .gitignorePavel Hrdina2015-04-301-0/+2
* rpm-build: update %files section for libxlPavel Hrdina2015-04-301-0/+2
* qemu: blockjob: Call qemuDomainSupportsBlockJobs only on online VMsPeter Krempa2015-04-301-18/+18
* qemu: Check address type for USB disksJiri Denemark2015-04-303-0/+49
* cpu: Honor vendor_id override in host-modelJiri Denemark2015-04-304-0/+48
* iscsi: do not fail to stop a stopped poolJán Tomko2015-04-301-0/+5
* libxl: provide integration with lock managerJim Fehlig2015-04-2910-1/+127
* domain: conf: Drop unused OSTYPE_AIXCole Robinson2015-04-295-6/+5
* qemu: migration: use sync block job helpersMichael Chapman2015-04-291-173/+266
* qemuDomainBlockJobAbort: use sync block job helpersMichael Chapman2015-04-291-36/+20
* qemuProcessStop: wake up pending sync block jobsMichael Chapman2015-04-291-0/+7
* qemuBlockJobSync*: introduce sync block job helpersMichael Chapman2015-04-293-0/+181
* qemuBlockJobEventProcess: move to new source fileMichael Chapman2015-04-294-117/+202
* qemu: Validate available slot count for memory devicesPeter Krempa2015-04-293-0/+20
* qemu: command: Validate that memory devices slot ID is in rangePeter Krempa2015-04-293-2/+12
* qemu: conf: Reject memory device if it would exceed configured max sizePeter Krempa2015-04-291-0/+11
* qemu: blockCopy: Allow reuse of raw image for shallow block copyPeter Krempa2015-04-291-3/+9
* parallels: implement domainDetachDevice and domainDetachDeviceFlagsMaxim Nestratov2015-04-283-0/+104
* parallels: add prlsdkDelDisk and prlsdkGetDiskIndex functionsMaxim Nestratov2015-04-281-0/+65
* Fix building virnetserverclientmock with MinGWMartin Kletzander2015-04-281-0/+1
* tests: free ChardevInfo correctly in qemumonitorjsontestZhang Bo2015-04-281-2/+2
* qemu: make qemuMonitorChardevInfoFree non-staticZhang Bo2015-04-282-1/+2
* storage: fs: Ignore volumes that fail to open with EACCESS/EPERMCole Robinson2015-04-281-0/+4
* storage: If driver startup state syncing fails, delete statefileCole Robinson2015-04-281-0/+13
* storage: Break out storageDriverLoadPoolStateCole Robinson2015-04-281-41/+47
* storage: Don't leave stale state file if pool startup failsCole Robinson2015-04-281-0/+6
* storage: Fix autostart dir for qemu:///sessionCole Robinson2015-04-281-1/+1
* qemu: Remove need for qemuMonitorIOThreadInfoFreeJohn Ferlan2015-04-286-17/+6
* qemu: qemuProcessDetectIOThreadPIDs invert checksJohn Ferlan2015-04-281-6/+6
* qemu: Remove need for qemuDomainParseIOThreadAliasJohn Ferlan2015-04-288-48/+27
* conf: Resolve some Coverity errorsJohn Ferlan2015-04-281-0/+2
* conf: explicitly initialize 'cpumask' variableRoman Bogorodskiy2015-04-281-1/+1
* network: check newDef for used bridge names in addition to defLaine Stump2015-04-281-4/+11
* network: check for bridge name conflict with existing devicesLaine Stump2015-04-281-3/+10
* network: move auto-assign of bridge name from XML parser to net driverLaine Stump2015-04-284-70/+92
* test: Fix actual vs. expected in virtTestCompareFilesv1.2.15-rc1Laine Stump2015-04-271-2/+2
* qemu: Resolve Coverity DEADCODEJohn Ferlan2015-04-271-11/+3
* virsh: Add iothreadadd and iothreaddel commandsJohn Ferlan2015-04-272-0/+199
* qemu: Add support to Add/Delete IOThreadsJohn Ferlan2015-04-274-0/+382
* domain: Introduce virDomainIOThreadSchedDelIdJohn Ferlan2015-04-273-0/+25