aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
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
2009-09-11timers: Createt TimersState and put all timers state thereJuan Quintela
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-11timers: remove useless checkJuan Quintela
2009-09-11ram: Remove SaveVM Version 2 supportJuan Quintela
2009-09-11ram: remove support for loading v1Juan Quintela
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann
2009-09-11Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori
2009-09-09don't call cpu_sychronize_state from reset handlersGlauber Costa
2009-09-09qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...Dustin Kirkland
2009-09-09mv strdup to qemu_strdup in vl.cJean-Christophe DUBOIS
2009-09-09fix vl.c compilation if CONFIG_KVM is not definedJean-Christophe DUBOIS
2009-09-09fix PATH_MAX conditional compilationJean-Christophe DUBOIS
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-09-09allow passing null machine pointer to drive_init().Gerd Hoffmann
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