aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin1-24/+4
2009-10-06Port usb net to QemuOptsMark McLoughlin1-4/+15
2009-10-06Remove double error message for -device option parsingMark McLoughlin1-3/+1
2009-10-06Don't exit() in config_error()Markus Armbruster1-3/+6
2009-10-06Don't assign a static string to NICInfo::modelMark McLoughlin1-1/+1
2009-10-06offer right-ctrl as a grab optionDustin Kirkland1-0/+4
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann1-0/+3
2009-10-05Improve error reporting on file accessJustin M. Forbes1-10/+10
2009-10-05drive cleanup fixes.Gerd Hoffmann1-11/+5
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann1-0/+2
2009-10-05Enable host-clock-based RTCJan Kiszka1-1/+16
2009-10-05Refactor RTC command line switchesJan Kiszka1-35/+76
2009-10-05Introduce QEMU_CLOCK_HOSTJan Kiszka1-11/+35
2009-10-05win32: Drop dead dyntick timer codeJan Kiszka1-5/+1
2009-10-05Rename QEMU_TIMER_* to QEMU_CLOCK_*Jan Kiszka1-21/+21
2009-10-05do proper cpu_self checkGlauber Costa1-2/+7
2009-10-02Fix warning about undefined madvise() on OpenSolarisBlue Swirl1-0/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-14/+14
2009-10-01Get rid of _t suffixmalc1-14/+14
2009-09-27Win32: avoid a warningBlue Swirl1-4/+4
2009-09-27vl: Add failure check for SetEventmalc1-1/+5
2009-09-27vl: Do not use perror after failed Win32 API callsmalc1-3/+5
2009-09-26fix -daemonize with kvmMarcelo Tosatti1-10/+10
2009-09-25Fix coding style issueMark McLoughlin1-1/+1
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