aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin
2009-10-06Port usb net to QemuOptsMark McLoughlin
2009-10-06Remove double error message for -device option parsingMark McLoughlin
2009-10-06Don't exit() in config_error()Markus Armbruster
2009-10-06Don't assign a static string to NICInfo::modelMark McLoughlin
2009-10-06offer right-ctrl as a grab optionDustin Kirkland
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann
2009-10-05Improve error reporting on file accessJustin M. Forbes
2009-10-05drive cleanup fixes.Gerd Hoffmann
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann
2009-10-05Enable host-clock-based RTCJan Kiszka
2009-10-05Refactor RTC command line switchesJan Kiszka
2009-10-05Introduce QEMU_CLOCK_HOSTJan Kiszka
2009-10-05win32: Drop dead dyntick timer codeJan Kiszka
2009-10-05Rename QEMU_TIMER_* to QEMU_CLOCK_*Jan Kiszka
2009-10-05do proper cpu_self checkGlauber Costa
2009-10-02Fix warning about undefined madvise() on OpenSolarisBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-27Win32: avoid a warningBlue Swirl
2009-09-27vl: Add failure check for SetEventmalc
2009-09-27vl: Do not use perror after failed Win32 API callsmalc
2009-09-26fix -daemonize with kvmMarcelo Tosatti
2009-09-25Fix coding style issueMark McLoughlin
2009-09-15support media=cdrom for if=noneGerd Hoffmann
2009-09-14Revert "Open chr device for all serial ports"Aurelien Jarno
2009-09-14Open chr device for all serial portsAurelien Jarno
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