summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ram: Remove SaveVM Version 2 supportJuan Quintela2009-09-111-93/+1
* ram: remove support for loading v1Juan Quintela2009-09-111-42/+0
* switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann2009-09-111-0/+10
* Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori2009-09-111-6/+1
* don't call cpu_sychronize_state from reset handlersGlauber Costa2009-09-091-1/+6
* qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...Dustin Kirkland2009-09-091-10/+10
* mv strdup to qemu_strdup in vl.cJean-Christophe DUBOIS2009-09-091-3/+3
* fix vl.c compilation if CONFIG_KVM is not definedJean-Christophe DUBOIS2009-09-091-1/+2
* fix PATH_MAX conditional compilationJean-Christophe DUBOIS2009-09-091-9/+2
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-118/+36
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-2/+2
* allow passing null machine pointer to drive_init().Gerd Hoffmann2009-09-091-1/+1
OpenPOWER on IntegriCloud