summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Introduce QEMU_CLOCK_HOSTJan Kiszka2009-10-051-11/+35
* win32: Drop dead dyntick timer codeJan Kiszka2009-10-051-5/+1
* 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/+7
* Open chr device for all serial portsAurelien Jarno2009-09-141-7/+9
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-28/+28
* Make get_ticks_per_sec() a static inlineAnthony Liguori2009-09-111-14/+6
* timers: move them to VMStateJuan Quintela2009-09-111-22/+12
* timers: Createt TimersState and put all timers state thereJuan Quintela2009-09-111-31/+39
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-5/+10
* timers: remove useless checkJuan Quintela2009-09-111-6/+0
OpenPOWER on IntegriCloud