aboutsummaryrefslogtreecommitdiff
path: root/src/qemu
Commit message (Expand)AuthorAgeFilesLines
* qemu: Pin the emulator when only cpuset is specifiedMartin Kletzander2012-10-174-20/+28
* qemu: Clear async job when p2p migration fails earlyJiri Denemark2012-10-171-2/+2
* Fix potential deadlock when agent is closedDaniel P. Berrange2012-10-051-9/+3
* Fix (rare) deadlock in QEMU monitor callbacksDaniel P. Berrange2012-10-051-10/+5
* Remove redundant lines in src/qemu/qemu_driver.cTang Chen2012-09-211-18/+0
* qemu: Fix failure path in disk hotplugJiri Denemark2012-09-211-4/+10
* Remove a redundant line in src/qemu/qemu_driver.cTang Chen2012-09-211-1/+0
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-2030-30/+30
* qemu: add support for dump-guest-core optionMartin Kletzander2012-09-203-9/+76
* qemu: Add support for reboot-timeoutMartin Kletzander2012-09-203-0/+36
* qemu: Cleanup boot parameter buildingMartin Kletzander2012-09-201-25/+68
* qemu: Transition domain to PAUSED after 'stop' commandMichal Privoznik2012-09-201-6/+1
* virBitmap: fix build without HAVE_NUMACTLJán Tomko2012-09-181-1/+1
* Fix the augea test for qemu libvirtd optionsDaniel Veillard2012-09-181-0/+1
* qemu: add -sandbox to command line if requestedJán Tomko2012-09-181-0/+11
* qemu: conf: add seccomp_sandbox optionJán Tomko2012-09-184-0/+15
* qemu: add capability flag for seccomp sandboxJán Tomko2012-09-182-0/+4
* qemu: Avoid deadlock on HandleAgentEOFMichal Privoznik2012-09-181-3/+3
* qemu: Use disk wwn in qemu command lineOsier Yang2012-09-181-0/+33
* qemu: Add caps to indentify if setting wwn is supported by qemuOsier Yang2012-09-182-0/+10
* qemu: drop unused arguments for dump-guest-memoryEric Blake2012-09-175-40/+14
* use virBitmap to store nodeinfo.Hu Tao2012-09-171-7/+12
* use virBitmap to store cells' cpumask info.Hu Tao2012-09-171-36/+7
* use virBitmap to store cpumask info.Hu Tao2012-09-171-7/+5
* use virBitmap to store numa nodemask info.Hu Tao2012-09-174-75/+44
* use virBitmap to store cpu affinity infoHu Tao2012-09-172-95/+52
* use virBitmap to store cpupin infoHu Tao2012-09-173-24/+28
* bitmap: new member variable and function renamingHu Tao2012-09-172-2/+2
* node_memory: Support get/set memory parameters for driversOsier Yang2012-09-171-0/+2
* Add missing 'goto error' in QEMU command line buildingDaniel P. Berrange2012-09-141-0/+2
* Fix initialization of virCommandPtr when creating QEMU argvDaniel P. Berrange2012-09-141-1/+7
* qemu: fix uninitialized variable in qemuParseCommandLineJán Tomko2012-09-141-2/+1
* Introduce a API for creating QEMU capabilities for a binaryDaniel P. Berrange2012-09-142-0/+139
* Remove upfront check for hmp - just try it cope with failureDaniel P. Berrange2012-09-144-59/+29
* Don't overwrite errors raised by qemuMonitorHMPCommandDaniel P. Berrange2012-09-141-259/+76
* qemu: Add support for EOI with APICMartin Kletzander2012-09-141-0/+17
* snapshot: fix rollback failure in transaction modeGuannan Ren2012-09-141-1/+1
* Fix data types used for list sizes in QEMU capabilitiesDaniel P. Berrange2012-09-134-15/+15
* Add API for copying instances of the qemuCapsPtr objectDaniel P. Berrange2012-09-132-0/+48
* Add ability to store other metadata in the qemu capabilities objectDaniel P. Berrange2012-09-132-0/+88
* Make qemuCapsProbeCommand staticDaniel P. Berrange2012-09-132-23/+20
* Turn QEMU capabilities object into a full virObjectPtrDaniel P. Berrange2012-09-1314-647/+700
* Wait to receive QMP greeting before sending any monitor commandsDaniel P. Berrange2012-09-131-1/+8
* qemu: build USB redirection filter qemu command lineGuannan Ren2012-09-133-5/+48
* qemu: add usb-redir.filter qemu capability flagGuannan Ren2012-09-132-0/+5
* maint: fix missing spaces in messageEric Blake2012-09-123-6/+7
* Add API for opening a QEMU monitor from a socket FDDaniel P. Berrange2012-09-122-25/+61
* fix bug in qemuSetupCgroupForEmulatorHu Tao2012-09-111-4/+8
* Add non-null annotations to qemuMonitorOpenDaniel P. Berrange2012-09-072-2/+8
* Add PMSUSPENDED life cycle eventJiri Denemark2012-09-071-2/+10