aboutsummaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Port handler_1 to use QDictLuiz Capitulino2009-09-041-5/+6
* Support for multiple -monitor devicesJan Kiszka2009-09-041-16/+46
* do not issue ioctl from within the io threadGlauber Costa2009-09-041-1/+1
* Delay sighandler_setup()Juan Quintela2009-09-041-5/+5
* switch balloon initialization to -device.Gerd Hoffmann2009-08-271-16/+18
* add qemu_error() + friendsGerd Hoffmann2009-08-271-0/+1
* qdev: convert watchdogsMarkus Armbruster2009-08-271-5/+13
* Move watchdog, watchdog_action, give them internal linkageMarkus Armbruster2009-08-271-2/+0
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-271-0/+22
* make load_vmstate() return errorsJuan Quintela2009-08-271-2/+5
* split do_loadvm() into do_loadvm() and load_vmstate()Juan Quintela2009-08-271-1/+1
* extend -smp parsing to include cores= and threads= optionsAndre Przywara2009-08-271-9/+57
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-51/+2
* QEMU set irq0override in fw_cfgJes Sorensen2009-08-241-0/+1
* Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden2009-08-241-12/+6
* Do not disable autostart for live migrationAvi Kivity2009-08-241-4/+2
* check for PR_SET_NAME being definedNathan Froyd2009-08-101-1/+1
* variable timer intervalsStefano Stabellini2009-08-101-1/+1
* qdev-ify virtio-blk.Gerd Hoffmann2009-08-101-1/+8
* add -drive if=noneGerd Hoffmann2009-08-101-0/+4
* constify drive_get_by_id argGerd Hoffmann2009-08-101-1/+1
* QemuOpts: switch over -device.Gerd Hoffmann2009-08-101-14/+17
* QemuOpts: add -set optionGerd Hoffmann2009-08-101-0/+4
* QemuOpts: create qemu-config.hGerd Hoffmann2009-08-101-72/+4
* QemuOpts: make the drive id actually show up in "info block".Gerd Hoffmann2009-08-101-1/+1
* Use qemu_irq for system_powerdownBlue Swirl2009-08-091-2/+5
* fix migration to obey -SPaolo Bonzini2009-07-301-2/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-2/+2
* Remove special Win32 code in vl.c that's no longer needed.Filip Navara2009-07-271-4/+0
* Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara2009-07-271-0/+3
* fix broken migrationGlauber Costa2009-07-271-1/+3
* Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen2009-07-271-1/+26
* switch -drive to QemuOpts.Gerd Hoffmann2009-07-271-139/+169
* move parser functions from vl.c to qemu-option.cGerd Hoffmann2009-07-271-64/+0
* kill drives_optGerd Hoffmann2009-07-271-53/+27
* add support for drive ids.Gerd Hoffmann2009-07-271-18/+32
* kill drives_tableGerd Hoffmann2009-07-271-90/+87
* qdev: add -device command line option.Gerd Hoffmann2009-07-271-33/+64
* Add machine type aliasesMark McLoughlin2009-07-271-0/+5
* Fix OpenBSD buildBlue Swirl2009-07-171-0/+2
* qdev/compat: compat property infrastructure.Gerd Hoffmann2009-07-161-0/+3
* honor -S on incoming migrationPaolo Bonzini2009-07-161-3/+1
* Add boot menu control via command line switchJan Kiszka2009-07-161-1/+15
* Add boot-once supportJan Kiszka2009-07-161-1/+22
* Add qemu_unregister_resetJan Kiszka2009-07-161-2/+15
* Rework reset handler managementJan Kiszka2009-07-161-10/+6
* Move boot_set callback backendJan Kiszka2009-07-161-0/+17
* Rework -boot optionJan Kiszka2009-07-161-31/+50
* Disable kqemu by default at run timeAnthony Liguori2009-07-091-2/+2