aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2009-12-12default devices: drivesGerd Hoffmann
2009-12-12default devices: networkGerd Hoffmann
2009-12-12default devices: add global cmd line option.Gerd Hoffmann
2009-12-12default devices: vga adapter.Gerd Hoffmann
2009-12-12zap serial_monitor_muxGerd Hoffmann
2009-12-12default devices: qemu monitor.Gerd Hoffmann
2009-12-12default devices: parallel port.Gerd Hoffmann
2009-12-12default devices: core code & serial lines.Gerd Hoffmann
2009-12-12chardev: move greeting into vc backend.Gerd Hoffmann
2009-12-12Revert "Set default console to virtio on S390x"Gerd Hoffmann
2009-12-12Revert "monitor: Command-line flag to enable control mode"Gerd Hoffmann
2009-12-12chardev: make chardevs specified in config file work.Gerd Hoffmann
2009-12-12qdev: add command line option to set global defaults for properties.Gerd Hoffmann
2009-12-12qdev: make compat stuff more genericGerd Hoffmann
2009-12-05Set default console to virtio on S390xAlexander Graf
2009-12-04monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32Blue Swirl
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-03virtio-blk: Implement rerror optionKevin Wolf
2009-12-03ide: Implement rerror optionKevin Wolf
2009-12-03Introduce rerror option for drivesKevin Wolf
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf
2009-12-03ram migration: Properly reset statisticsJan Kiszka
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka
2009-12-03live migration: Allow cleanup after cancellation or errorJan Kiszka
2009-12-03ram migration: Stop loading on errorJan Kiszka
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin
2009-12-03QMP: Introduce basic asynchronous eventsLuiz Capitulino
2009-12-03monitor: Command-line flag to enable control modeLuiz Capitulino
2009-11-30Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-22[WIN32] Enable -k option on Windows tooHervé Poussineau
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