summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2009-05-08Drop CONFIG_GDBSTUBJan Kiszka
2009-05-01Fix serial option with -driveAnthony Liguori
2009-05-01Build fix for !CONFIG_GDBSTUB caseXiantao Zhang
2009-05-01Hardware watchdogRichard W.M. Jones
2009-05-01net: Fix -net socket parameter checksJan Kiszka
2009-04-29Fix qemu_event_initJan Kiszka
2009-04-25Fix Win32 warningBlue Swirl
2009-04-24qemu: introduce iothread (Marcelo Tosatti)aliguori
2009-04-24qemu: handle stop request in main loop (Marcelo Tosatti)aliguori
2009-04-24qemu: refactor tcg cpu execution loop (Marcelo Tosatti)aliguori
2009-04-24qemu: use debug_requested global instead of cpu_exec return (Marcelo Tosatti)aliguori
2009-04-24qemu: introduce lock/unlock_iothread (Marcelo Tosatti)aliguori
2009-04-24qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-24qemu: refactor main_loop (Marcelo Tosatti)aliguori
2009-04-24qemu: factor out event notification / rearm alarm timer on main_loop_wait (Ma...aliguori
2009-04-24qemu: introduce qemu_init_main_loop (Marcelo Tosatti)aliguori
2009-04-24qemu: create helper for event notification (Marcelo Tosatti)aliguori
2009-04-22xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)aliguori
2009-04-22simplify vga selection (Gerd Hoffmann)aliguori
2009-04-22xen: add block device backend driver. (Gerd Hoffmann)aliguori
2009-04-22xen: groundwork for xen support (Gerd Hoffmann)aliguori
2009-04-21added -numa cmdline parameter parser (Andre Przywara)aliguori
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori
2009-04-21Allow empty params for check_params (Jan Kiszka)aliguori
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-04-17qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori
2009-04-17qemu: Add prototype and make qemu_uuid_parse() non-static (Alex Williamson)aliguori
2009-04-17kvm: Sync CPU state on reset (Jan Kiszka)aliguori
2009-04-11Implement dynamic guest ram allocation.pbrook
2009-04-11Remove code phys_ram_base uses.pbrook
2009-04-07Add --with-pkgversion.pbrook
2009-04-07Implement --version.pbrook
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-04-05stop dirty tracking just at the end of migration (Glauber Costa)aliguori
2009-04-05gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori
2009-04-05Fix some win32 compile warningsblueswir1
2009-03-28Remove nodisk_ok machine feature (Jan Kiszka)aliguori
2009-03-28Fix warning in vl.cblueswir1
2009-03-28Syncing documentation vs. -help vs. qemu_options tableblueswir1
2009-03-20Implement cancellation method for dma async I/O (Avi Kivity)aliguori
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-03-10Clean build: Add bt-host.haurel32
2009-03-08Fix windows build and clean up use of <windows.h>aliguori
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir1
2009-03-07target-ppc: move the CD-ROM drive to the second IDEaurel32
2009-03-07Use a dedicated function to request exit from execution loopaurel32
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir1
2009-03-07Fix BSD breakage from r6736blueswir1