summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* [WIN32] Enable -k option on Windows tooHervé Poussineau2009-11-221-2/+0Star
* Block live migrationlirans@il.ibm.com2009-11-171-3/+6
* char: Remove special init_reset handlingAmit Shah2009-11-171-1/+0Star
* 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/+0Star
* usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann2009-10-301-6/+0Star
* usb-hid: use qdev for -usbdeviceGerd Hoffmann2009-10-301-29/+0Star
* 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/+0Star
* Split out bottom halvesKevin Wolf2009-10-271-104/+0Star
* 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/+4Star
* Port usb net to QemuOptsMark McLoughlin2009-10-061-4/+15
* Remove double error message for -device option parsingMark McLoughlin2009-10-061-3/+1Star
* 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/+5Star
* 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
* Introduce QEMU_CLOCK_HOSTJan Kiszka2009-10-051-11/+35
* win32: Drop dead dyntick timer codeJan Kiszka2009-10-051-5/+1Star
* Rename QEMU_TIMER_* to QEMU_CLOCK_*Jan Kiszka2009-10-051-21/+21
* do proper cpu_self checkGlauber Costa2009-10-051-2/+7
* Fix warning about undefined madvise() on OpenSolarisBlue Swirl2009-10-021-0/+3
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-14/+14
* Get rid of _t suffixmalc2009-10-011-14/+14
* Win32: avoid a warningBlue Swirl2009-09-271-4/+4
* vl: Add failure check for SetEventmalc2009-09-271-1/+5
* vl: Do not use perror after failed Win32 API callsmalc2009-09-271-3/+5
* fix -daemonize with kvmMarcelo Tosatti2009-09-261-10/+10
* Fix coding style issueMark McLoughlin2009-09-251-1/+1
* support media=cdrom for if=noneGerd Hoffmann2009-09-151-1/+1
* Revert "Open chr device for all serial ports"Aurelien Jarno2009-09-141-9/+7Star