aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Introduce rerror option for drivesKevin Wolf1-19/+40
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf1-3/+8
2009-12-03ram migration: Properly reset statisticsJan Kiszka1-1/+3
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka1-1/+1
2009-12-03live migration: Allow cleanup after cancellation or errorJan Kiszka1-0/+5
2009-12-03ram migration: Stop loading on errorJan Kiszka1-1/+5
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin1-0/+1
2009-12-03QMP: Introduce basic asynchronous eventsLuiz Capitulino1-2/+9
2009-12-03monitor: Command-line flag to enable control modeLuiz Capitulino1-4/+7
2009-11-30Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno1-0/+1
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-6/+3
2009-11-22[WIN32] Enable -k option on Windows tooHervé Poussineau1-2/+0
2009-11-17Block live migrationlirans@il.ibm.com1-3/+6
2009-11-17char: Remove special init_reset handlingAmit Shah1-1/+0
2009-11-12qemu_system_reset: we need to call it before loadvm/migrationJuan Quintela1-1/+1
2009-11-09QemuOpts: command line switches for the config file.Gerd Hoffmann1-0/+30
2009-11-09Configurable block format whitelistMarkus Armbruster1-2/+2
2009-11-09Added readonly flag to -drive commandNaphtali Sprei1-0/+10
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-0/+1
2009-10-30Revert "Fall back to network boot as the last possible boot option"Anthony Liguori1-1/+1
2009-10-30Fall back to network boot as the last possible boot optionAnthony Liguori1-1/+1
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann1-25/+0
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann1-6/+0
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann1-29/+0
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann1-0/+5
2009-10-27net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin1-6/+0
2009-10-27Split out bottom halvesKevin Wolf1-104/+0
2009-10-17Only IDE needs limits for CHS configurationBlue Swirl1-3/+3
2009-10-15net: handle -netdevice optionsMark McLoughlin1-1/+1
2009-10-15net: add -netdev optionMark McLoughlin1-0/+5
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin1-1/+1
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa1-4/+4
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin1-24/+4
2009-10-06Port usb net to QemuOptsMark McLoughlin1-4/+15
2009-10-06Remove double error message for -device option parsingMark McLoughlin1-3/+1
2009-10-06Don't exit() in config_error()Markus Armbruster1-3/+6
2009-10-06Don't assign a static string to NICInfo::modelMark McLoughlin1-1/+1
2009-10-06offer right-ctrl as a grab optionDustin Kirkland1-0/+4
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann1-0/+3
2009-10-05Improve error reporting on file accessJustin M. Forbes1-10/+10
2009-10-05drive cleanup fixes.Gerd Hoffmann1-11/+5
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann1-0/+2
2009-10-05Enable host-clock-based RTCJan Kiszka1-1/+16
2009-10-05Refactor RTC command line switchesJan Kiszka1-35/+76
2009-10-05Introduce QEMU_CLOCK_HOSTJan Kiszka1-11/+35
2009-10-05win32: Drop dead dyntick timer codeJan Kiszka1-5/+1
2009-10-05Rename QEMU_TIMER_* to QEMU_CLOCK_*Jan Kiszka1-21/+21
2009-10-05do proper cpu_self checkGlauber Costa1-2/+7
2009-10-02Fix warning about undefined madvise() on OpenSolarisBlue Swirl1-0/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-14/+14