aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2009-11-17Block live migrationlirans@il.ibm.com
2009-11-17char: Remove special init_reset handlingAmit Shah
2009-11-12qemu_system_reset: we need to call it before loadvm/migrationJuan Quintela
2009-11-09QemuOpts: command line switches for the config file.Gerd Hoffmann
2009-11-09Configurable block format whitelistMarkus Armbruster
2009-11-09Added readonly flag to -drive commandNaphtali Sprei
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-30Revert "Fall back to network boot as the last possible boot option"Anthony Liguori
2009-10-30Fall back to network boot as the last possible boot optionAnthony Liguori
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann
2009-10-27net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin
2009-10-27Split out bottom halvesKevin Wolf
2009-10-17Only IDE needs limits for CHS configurationBlue Swirl
2009-10-15net: handle -netdevice optionsMark McLoughlin
2009-10-15net: add -netdev optionMark McLoughlin
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin
2009-10-06Port usb net to QemuOptsMark McLoughlin
2009-10-06Remove double error message for -device option parsingMark McLoughlin
2009-10-06Don't exit() in config_error()Markus Armbruster
2009-10-06Don't assign a static string to NICInfo::modelMark McLoughlin
2009-10-06offer right-ctrl as a grab optionDustin Kirkland
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann
2009-10-05Improve error reporting on file accessJustin M. Forbes
2009-10-05drive cleanup fixes.Gerd Hoffmann
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann
2009-10-05Enable host-clock-based RTCJan Kiszka
2009-10-05Refactor RTC command line switchesJan Kiszka
2009-10-05Introduce QEMU_CLOCK_HOSTJan Kiszka
2009-10-05win32: Drop dead dyntick timer codeJan Kiszka
2009-10-05Rename QEMU_TIMER_* to QEMU_CLOCK_*Jan Kiszka
2009-10-05do proper cpu_self checkGlauber Costa
2009-10-02Fix warning about undefined madvise() on OpenSolarisBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-27Win32: avoid a warningBlue Swirl
2009-09-27vl: Add failure check for SetEventmalc
2009-09-27vl: Do not use perror after failed Win32 API callsmalc
2009-09-26fix -daemonize with kvmMarcelo Tosatti
2009-09-25Fix coding style issueMark McLoughlin
2009-09-15support media=cdrom for if=noneGerd Hoffmann
2009-09-14Revert "Open chr device for all serial ports"Aurelien Jarno
2009-09-14Open chr device for all serial portsAurelien Jarno
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11Make get_ticks_per_sec() a static inlineAnthony Liguori
2009-09-11timers: move them to VMStateJuan Quintela