summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* add new -mon switchGerd Hoffmann2009-12-121-0/+8
* rework -monitor handling, switch to QemuOptsGerd Hoffmann2009-12-121-43/+76
* default devices: drivesGerd Hoffmann2009-12-121-6/+10
* default devices: networkGerd Hoffmann2009-12-121-0/+1
* default devices: add global cmd line option.Gerd Hoffmann2009-12-121-0/+6
* default devices: vga adapter.Gerd Hoffmann2009-12-121-1/+8
* zap serial_monitor_muxGerd Hoffmann2009-12-121-34/+8
* default devices: qemu monitor.Gerd Hoffmann2009-12-121-44/+50
* default devices: parallel port.Gerd Hoffmann2009-12-121-30/+34
* default devices: core code & serial lines.Gerd Hoffmann2009-12-121-41/+81
* chardev: move greeting into vc backend.Gerd Hoffmann2009-12-121-24/+0
* Revert "Set default console to virtio on S390x"Gerd Hoffmann2009-12-121-26/+0
* Revert "monitor: Command-line flag to enable control mode"Gerd Hoffmann2009-12-121-7/+4
* chardev: make chardevs specified in config file work.Gerd Hoffmann2009-12-121-3/+13
* qdev: add command line option to set global defaults for properties.Gerd Hoffmann2009-12-121-0/+6
* qdev: make compat stuff more genericGerd Hoffmann2009-12-121-1/+1
* 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
OpenPOWER on IntegriCloud