summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-15support media=cdrom for if=noneGerd Hoffmann1-1/+1
2009-09-14Revert "Open chr device for all serial ports"Aurelien Jarno1-9/+7
2009-09-14Open chr device for all serial portsAurelien Jarno1-7/+9
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-28/+28
2009-09-11Make get_ticks_per_sec() a static inlineAnthony Liguori1-14/+6
2009-09-11timers: move them to VMStateJuan Quintela1-22/+12
2009-09-11timers: Createt TimersState and put all timers state thereJuan Quintela1-31/+39
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-5/+10
2009-09-11timers: remove useless checkJuan Quintela1-6/+0
2009-09-11ram: Remove SaveVM Version 2 supportJuan Quintela1-93/+1
2009-09-11ram: remove support for loading v1Juan Quintela1-42/+0
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann1-0/+10
2009-09-11Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori1-6/+1
2009-09-09don't call cpu_sychronize_state from reset handlersGlauber Costa1-1/+6
2009-09-09qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...Dustin Kirkland1-10/+10
2009-09-09mv strdup to qemu_strdup in vl.cJean-Christophe DUBOIS1-3/+3
2009-09-09fix vl.c compilation if CONFIG_KVM is not definedJean-Christophe DUBOIS1-1/+2
2009-09-09fix PATH_MAX conditional compilationJean-Christophe DUBOIS1-9/+2
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-118/+36
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-2/+2
2009-09-09allow passing null machine pointer to drive_init().Gerd Hoffmann1-1/+1
2009-09-06Checks in select_soundhw were never intended to accept abbreviationsmalc1-1/+1
2009-09-04monitor: Port handler_1 to use QDictLuiz Capitulino1-5/+6
2009-09-04Support for multiple -monitor devicesJan Kiszka1-16/+46
2009-09-04do not issue ioctl from within the io threadGlauber Costa1-1/+1
2009-09-04Delay sighandler_setup()Juan Quintela1-5/+5
2009-08-27switch balloon initialization to -device.Gerd Hoffmann1-16/+18
2009-08-27add qemu_error() + friendsGerd Hoffmann1-0/+1
2009-08-27qdev: convert watchdogsMarkus Armbruster1-5/+13
2009-08-27Move watchdog, watchdog_action, give them internal linkageMarkus Armbruster1-2/+0
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig1-0/+22
2009-08-27make load_vmstate() return errorsJuan Quintela1-2/+5
2009-08-27split do_loadvm() into do_loadvm() and load_vmstate()Juan Quintela1-1/+1
2009-08-27extend -smp parsing to include cores= and threads= optionsAndre Przywara1-9/+57
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-51/+2
2009-08-24QEMU set irq0override in fw_cfgJes Sorensen1-0/+1
2009-08-24Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden1-12/+6
2009-08-24Do not disable autostart for live migrationAvi Kivity1-4/+2
2009-08-10check for PR_SET_NAME being definedNathan Froyd1-1/+1
2009-08-10variable timer intervalsStefano Stabellini1-1/+1
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann1-1/+8
2009-08-10add -drive if=noneGerd Hoffmann1-0/+4
2009-08-10constify drive_get_by_id argGerd Hoffmann1-1/+1
2009-08-10QemuOpts: switch over -device.Gerd Hoffmann1-14/+17
2009-08-10QemuOpts: add -set optionGerd Hoffmann1-0/+4
2009-08-10QemuOpts: create qemu-config.hGerd Hoffmann1-72/+4
2009-08-10QemuOpts: make the drive id actually show up in "info block".Gerd Hoffmann1-1/+1
2009-08-09Use qemu_irq for system_powerdownBlue Swirl1-2/+5
2009-07-30fix migration to obey -SPaolo Bonzini1-2/+2
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1