summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-14/+14
* Get rid of _t suffixmalc2009-10-011-14/+14
* Win32: avoid a warningBlue Swirl2009-09-271-4/+4
* vl: Add failure check for SetEventmalc2009-09-271-1/+5
* vl: Do not use perror after failed Win32 API callsmalc2009-09-271-3/+5
* fix -daemonize with kvmMarcelo Tosatti2009-09-261-10/+10
* Fix coding style issueMark McLoughlin2009-09-251-1/+1
* support media=cdrom for if=noneGerd Hoffmann2009-09-151-1/+1
* Revert "Open chr device for all serial ports"Aurelien Jarno2009-09-141-9/+7Star
* Open chr device for all serial portsAurelien Jarno2009-09-141-7/+9
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-28/+28
* Make get_ticks_per_sec() a static inlineAnthony Liguori2009-09-111-14/+6Star
* timers: move them to VMStateJuan Quintela2009-09-111-22/+12Star
* 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/+0Star
* ram: Remove SaveVM Version 2 supportJuan Quintela2009-09-111-93/+1Star
* ram: remove support for loading v1Juan Quintela2009-09-111-42/+0Star
* 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/+1Star
* don't call cpu_sychronize_state from reset handlersGlauber Costa2009-09-101-1/+6
* qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...Dustin Kirkland2009-09-101-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/+2Star
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-118/+36Star
* 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-281-16/+18
* add qemu_error() + friendsGerd Hoffmann2009-08-281-0/+1
* qdev: convert watchdogsMarkus Armbruster2009-08-281-5/+13
* Move watchdog, watchdog_action, give them internal linkageMarkus Armbruster2009-08-281-2/+0Star
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-281-0/+22
* make load_vmstate() return errorsJuan Quintela2009-08-281-2/+5
* split do_loadvm() into do_loadvm() and load_vmstate()Juan Quintela2009-08-281-1/+1
* extend -smp parsing to include cores= and threads= optionsAndre Przywara2009-08-281-9/+57
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-51/+2Star
* 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/+6Star
* Do not disable autostart for live migrationAvi Kivity2009-08-241-4/+2Star
* 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