aboutsummaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Make get_ticks_per_sec() a static inlineAnthony Liguori2009-09-111-14/+6
* timers: move them to VMStateJuan Quintela2009-09-111-22/+12
* timers: Createt TimersState and put all timers state thereJuan Quintela2009-09-111-31/+39
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-5/+10
* timers: remove useless checkJuan Quintela2009-09-111-6/+0
* ram: Remove SaveVM Version 2 supportJuan Quintela2009-09-111-93/+1
* ram: remove support for loading v1Juan Quintela2009-09-111-42/+0
* switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann2009-09-111-0/+10
* Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori2009-09-111-6/+1
* don't call cpu_sychronize_state from reset handlersGlauber Costa2009-09-091-1/+6
* qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...Dustin Kirkland2009-09-091-10/+10
* mv strdup to qemu_strdup in vl.cJean-Christophe DUBOIS2009-09-091-3/+3
* fix vl.c compilation if CONFIG_KVM is not definedJean-Christophe DUBOIS2009-09-091-1/+2
* fix PATH_MAX conditional compilationJean-Christophe DUBOIS2009-09-091-9/+2
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-118/+36
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-2/+2
* allow passing null machine pointer to drive_init().Gerd Hoffmann2009-09-091-1/+1
* Checks in select_soundhw were never intended to accept abbreviationsmalc2009-09-061-1/+1
* 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