summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Set default console to virtio on S390xAlexander Graf2009-12-051-0/+26
* monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32Blue Swirl2009-12-041-5/+5
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-0/+4
* Don't leak file descriptorsKevin Wolf2009-12-031-4/+7
* virtio-blk: Implement rerror optionKevin Wolf2009-12-031-1/+1
* ide: Implement rerror optionKevin Wolf2009-12-031-1/+1
* Introduce rerror option for drivesKevin Wolf2009-12-031-19/+40
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-3/+8
* ram migration: Properly reset statisticsJan Kiszka2009-12-031-1/+3
* live migration: Propagate output monitor to callback handlerJan Kiszka2009-12-031-1/+1
* live migration: Allow cleanup after cancellation or errorJan Kiszka2009-12-031-0/+5
* ram migration: Stop loading on errorJan Kiszka2009-12-031-1/+5
* net: move slirp code from net.c to net/slirp.cMark McLoughlin2009-12-031-0/+1
* QMP: Introduce basic asynchronous eventsLuiz Capitulino2009-12-031-2/+9
* monitor: Command-line flag to enable control modeLuiz Capitulino2009-12-031-4/+7
* Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno2009-11-301-0/+1
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-6/+3
* [WIN32] Enable -k option on Windows tooHervé Poussineau2009-11-221-2/+0
* Block live migrationlirans@il.ibm.com2009-11-171-3/+6
* char: Remove special init_reset handlingAmit Shah2009-11-171-1/+0
* qemu_system_reset: we need to call it before loadvm/migrationJuan Quintela2009-11-121-1/+1
* QemuOpts: command line switches for the config file.Gerd Hoffmann2009-11-091-0/+30
* Configurable block format whitelistMarkus Armbruster2009-11-091-2/+2
* Added readonly flag to -drive commandNaphtali Sprei2009-11-091-0/+10
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-0/+1
* Revert "Fall back to network boot as the last possible boot option"Anthony Liguori2009-10-301-1/+1
* Fall back to network boot as the last possible boot optionAnthony Liguori2009-10-301-1/+1
* usb-storage: use qdev for -usbdeviceGerd Hoffmann2009-10-301-25/+0
* usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann2009-10-301-6/+0
* usb-hid: use qdev for -usbdeviceGerd Hoffmann2009-10-301-29/+0
* usb core: use qdev for -usbdeviceGerd Hoffmann2009-10-301-0/+5
* net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin2009-10-271-6/+0
* Split out bottom halvesKevin Wolf2009-10-271-104/+0
* Only IDE needs limits for CHS configurationBlue Swirl2009-10-171-3/+3
* net: handle -netdevice optionsMark McLoughlin2009-10-151-1/+1
* net: add -netdev optionMark McLoughlin2009-10-151-0/+5
* net: add QemuOptsList arg to net_client_parse()Mark McLoughlin2009-10-151-1/+1
* unlock iothread mutex before running kvm ioctlGlauber Costa2009-10-121-4/+4
* Final net cleanup after conversion to QemuOptsMark McLoughlin2009-10-061-24/+4
* Port usb net to QemuOptsMark McLoughlin2009-10-061-4/+15
* Remove double error message for -device option parsingMark McLoughlin2009-10-061-3/+1
* Don't exit() in config_error()Markus Armbruster2009-10-061-3/+6
* Don't assign a static string to NICInfo::modelMark McLoughlin2009-10-061-1/+1
* offer right-ctrl as a grab optionDustin Kirkland2009-10-061-0/+4
* Reorganize option rom (+linux kernel) loading.Gerd Hoffmann2009-10-061-0/+3
* Improve error reporting on file accessJustin M. Forbes2009-10-051-10/+10
* drive cleanup fixes.Gerd Hoffmann2009-10-051-11/+5
* qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann2009-10-051-0/+2
* Enable host-clock-based RTCJan Kiszka2009-10-051-1/+16
* Refactor RTC command line switchesJan Kiszka2009-10-051-35/+76
OpenPOWER on IntegriCloud