summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann1-25/+0
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann1-6/+0
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann1-29/+0
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann1-0/+5
2009-10-27net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin1-6/+0
2009-10-27Split out bottom halvesKevin Wolf1-104/+0
2009-10-17Only IDE needs limits for CHS configurationBlue Swirl1-3/+3
2009-10-15net: handle -netdevice optionsMark McLoughlin1-1/+1
2009-10-15net: add -netdev optionMark McLoughlin1-0/+5
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin1-1/+1
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa1-4/+4
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