aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2009-09-06Checks in select_soundhw were never intended to accept abbreviationsmalc
2009-09-04monitor: Port handler_1 to use QDictLuiz Capitulino
2009-09-04Support for multiple -monitor devicesJan Kiszka
2009-09-04do not issue ioctl from within the io threadGlauber Costa
2009-09-04Delay sighandler_setup()Juan Quintela
2009-08-27switch balloon initialization to -device.Gerd Hoffmann
2009-08-27add qemu_error() + friendsGerd Hoffmann
2009-08-27qdev: convert watchdogsMarkus Armbruster
2009-08-27Move watchdog, watchdog_action, give them internal linkageMarkus Armbruster
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-08-27make load_vmstate() return errorsJuan Quintela
2009-08-27split do_loadvm() into do_loadvm() and load_vmstate()Juan Quintela
2009-08-27extend -smp parsing to include cores= and threads= optionsAndre Przywara
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-08-24QEMU set irq0override in fw_cfgJes Sorensen
2009-08-24Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden
2009-08-24Do not disable autostart for live migrationAvi Kivity
2009-08-10check for PR_SET_NAME being definedNathan Froyd
2009-08-10variable timer intervalsStefano Stabellini
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann
2009-08-10add -drive if=noneGerd Hoffmann
2009-08-10constify drive_get_by_id argGerd Hoffmann
2009-08-10QemuOpts: switch over -device.Gerd Hoffmann
2009-08-10QemuOpts: add -set optionGerd Hoffmann
2009-08-10QemuOpts: create qemu-config.hGerd Hoffmann
2009-08-10QemuOpts: make the drive id actually show up in "info block".Gerd Hoffmann
2009-08-09Use qemu_irq for system_powerdownBlue Swirl
2009-07-30fix migration to obey -SPaolo Bonzini
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27Remove special Win32 code in vl.c that's no longer needed.Filip Navara
2009-07-27Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara
2009-07-27fix broken migrationGlauber Costa
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen
2009-07-27switch -drive to QemuOpts.Gerd Hoffmann
2009-07-27move parser functions from vl.c to qemu-option.cGerd Hoffmann
2009-07-27kill drives_optGerd Hoffmann
2009-07-27add support for drive ids.Gerd Hoffmann
2009-07-27kill drives_tableGerd Hoffmann
2009-07-27qdev: add -device command line option.Gerd Hoffmann
2009-07-27Add machine type aliasesMark McLoughlin
2009-07-17Fix OpenBSD buildBlue Swirl
2009-07-16qdev/compat: compat property infrastructure.Gerd Hoffmann
2009-07-16honor -S on incoming migrationPaolo Bonzini
2009-07-16Add boot menu control via command line switchJan Kiszka
2009-07-16Add boot-once supportJan Kiszka
2009-07-16Add qemu_unregister_resetJan Kiszka
2009-07-16Rework reset handler managementJan Kiszka
2009-07-16Move boot_set callback backendJan Kiszka
2009-07-16Rework -boot optionJan Kiszka