aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-22kvm: Rework VCPU resetJan Kiszka1-2/+0
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+5
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka1-1/+6
2009-05-22Create qemu-option.hKevin Wolf1-37/+1
2009-05-22augment info migrate with page statusGlauber Costa1-1/+20
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-2/+14
2009-05-21Refactor how display drivers are selectedAnthony Liguori1-41/+41
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+1
2009-05-21Eliminate --disable-gfx-check and make VNC default when SDL not availableAnthony Liguori1-15/+26
2009-05-20initialize struct sigevent before timer_createJean-Christophe Dubois1-0/+5
2009-05-20Fix NULL alarm_timer pointer at exitJean-Christophe Dubois1-2/+2
2009-05-14Basic qdev infrastructure.Paul Brook1-0/+4
2009-05-13Fix kqemu build failure.Paul Brook1-1/+1
2009-05-13Remove vga_ram_sizePaul Brook1-3/+1
2009-05-10Follow coding conventionsPaul Brook1-3/+3
2009-05-08Drop CONFIG_GDBSTUBJan Kiszka1-8/+0
2009-05-01Fix serial option with -driveAnthony Liguori1-1/+1
2009-05-01Build fix for !CONFIG_GDBSTUB caseXiantao Zhang1-0/+2
2009-05-01Hardware watchdogRichard W.M. Jones1-0/+16
2009-05-01net: Fix -net socket parameter checksJan Kiszka1-11/+27
2009-04-29Fix qemu_event_initJan Kiszka1-0/+2
2009-04-25Fix Win32 warningBlue Swirl1-1/+1
2009-04-24qemu: introduce iothread (Marcelo Tosatti)aliguori1-22/+390
2009-04-24qemu: handle stop request in main loop (Marcelo Tosatti)aliguori1-10/+26
2009-04-24qemu: refactor tcg cpu execution loop (Marcelo Tosatti)aliguori1-24/+29
2009-04-24qemu: use debug_requested global instead of cpu_exec return (Marcelo Tosatti)aliguori1-3/+14
2009-04-24qemu: introduce lock/unlock_iothread (Marcelo Tosatti)aliguori1-0/+5
2009-04-24qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori1-0/+10
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+9
2009-04-24qemu: refactor main_loop (Marcelo Tosatti)aliguori1-129/+151
2009-04-24qemu: factor out event notification / rearm alarm timer on main_loop_wait (Ma...aliguori1-71/+85
2009-04-24qemu: introduce qemu_init_main_loop (Marcelo Tosatti)aliguori1-0/+9
2009-04-24qemu: create helper for event notification (Marcelo Tosatti)aliguori1-22/+21
2009-04-22xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)aliguori1-0/+4
2009-04-22simplify vga selection (Gerd Hoffmann)aliguori1-11/+4
2009-04-22xen: add block device backend driver. (Gerd Hoffmann)aliguori1-1/+5
2009-04-22xen: groundwork for xen support (Gerd Hoffmann)aliguori1-0/+12
2009-04-21added -numa cmdline parameter parser (Andre Przywara)aliguori1-4/+129
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori1-1/+1
2009-04-21Allow empty params for check_params (Jan Kiszka)aliguori1-1/+1
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-14/+14
2009-04-17qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori1-0/+11
2009-04-17qemu: Add prototype and make qemu_uuid_parse() non-static (Alex Williamson)aliguori1-1/+1
2009-04-17kvm: Sync CPU state on reset (Jan Kiszka)aliguori1-0/+2
2009-04-11Implement dynamic guest ram allocation.pbrook1-33/+23
2009-04-11Remove code phys_ram_base uses.pbrook1-9/+10
2009-04-07Add --with-pkgversion.pbrook1-1/+1
2009-04-07Implement --version.pbrook1-2/+11
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+4
2009-04-05stop dirty tracking just at the end of migration (Glauber Costa)aliguori1-1/+1