Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | fix chardev_init for win32 | TeLeMan | 1 | -2/+2 |
2010-05-04 | Fix cpu list("-cpu ?") breakage, spotted by TeLeMan | Blue Swirl | 1 | -6/+1 |
2010-05-03 | QMP: Introduce RESUME event | Luiz Capitulino | 1 | -0/+1 |
2010-05-03 | virtio-9p: Create a syntactic shortcut for the file-system pass-thru | Gautham R Shenoy | 1 | -0/+56 |
2010-05-03 | virtio-9p: Create a commandline option -fsdev | Gautham R Shenoy | 1 | -0/+27 |
2010-05-03 | Fix boot once option | Alex Williamson | 1 | -0/+7 |
2010-05-01 | fix old typos in help header | Thomas Monjalon | 1 | -2/+2 |
2010-04-26 | monitor: Reorder intialization to drop initial mux focus | Jan Kiszka | 1 | -3/+4 |
2010-04-26 | monitor: Cleanup ID assignment for compat switch | Jan Kiszka | 1 | -5/+3 |
2010-04-26 | Monitor: Return before exiting with 'quit' | Luiz Capitulino | 1 | -0/+18 |
2010-04-23 | cleanup block driver option handling in vl.c | Christoph Hellwig | 1 | -29/+16 |
2010-04-23 | Replace calls of old bdrv_open | Kevin Wolf | 1 | -1/+1 |
2010-04-23 | qemu-config: qemu_read_config_file() reads the normal config file | Kevin Wolf | 1 | -24/+11 |
2010-04-19 | provide a stub version of kvm-all.c if !CONFIG_KVM | Paolo Bonzini | 1 | -9/+7 |
2010-04-18 | error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() | Markus Armbruster | 1 | -5/+0 |
2010-04-12 | Fix build when configured with --enable-io-thread | Blue Swirl | 1 | -11/+2 |
2010-04-10 | boot: remove unused boot_devices_bitmap variable | Eduardo Habkost | 1 | -5/+3 |
2010-04-10 | net: remove broken net_set_boot_mask() boot device validation | Eduardo Habkost | 1 | -4/+1 |
2010-04-09 | move balloon handling to balloon.c | Paolo Bonzini | 1 | -34/+0 |
2010-04-09 | move two variable declarations out of vl.c | Paolo Bonzini | 1 | -4/+0 |
2010-04-09 | move socket_init to qemu-sockets.c | Paolo Bonzini | 1 | -24/+0 |
2010-04-08 | read-only: allow read-only CDROM with any interface | Naphtali Sprei | 1 | -8/+5 |
2010-03-30 | Use sysctl instead of /proc to find executable path on FreeBSD | Juergen Lock | 1 | -4/+8 |
2010-03-29 | Refactor target specific handling, compile vl.c only once | Blue Swirl | 1 | -439/+37 |
2010-03-29 | Refactor CPUState handling out of vl.c | Blue Swirl | 1 | -746/+3 |
2010-03-29 | Refactor a few architecture dependent pieces in vl.c | Blue Swirl | 1 | -25/+47 |
2010-03-29 | Move KVM and Xen global flags to vl.c | Blue Swirl | 1 | -0/+4 |
2010-03-29 | Adjust debug handling | Blue Swirl | 1 | -3/+3 |
2010-03-27 | Fix driftfix option | Blue Swirl | 1 | -3/+3 |
2010-03-27 | Refactor numa mode setting | Blue Swirl | 1 | -8/+15 |
2010-03-27 | Compile ide/core only once | Blue Swirl | 1 | -1/+1 |
2010-03-21 | Revert "Introduce a default qmp session" | Anthony Liguori | 1 | -63/+0 |
2010-03-21 | Revert "qmp: don't make -qmp disable the default monitor" | Anthony Liguori | 1 | -11/+2 |
2010-03-21 | Revert "Convert atexit users to exit_notifier" | Anthony Liguori | 1 | -5/+2 |
2010-03-21 | Revert "Add exit notifiers" | Anthony Liguori | 1 | -27/+0 |
2010-03-20 | Fix mingw32 build | Blue Swirl | 1 | -3/+14 |
2010-03-19 | Introduce a default qmp session | Anthony Liguori | 1 | -0/+52 |
2010-03-19 | qmp: don't make -qmp disable the default monitor | Anthony Liguori | 1 | -2/+11 |
2010-03-19 | Convert atexit users to exit_notifier | Anthony Liguori | 1 | -2/+5 |
2010-03-19 | Add exit notifiers | Anthony Liguori | 1 | -0/+27 |
2010-03-19 | Handle deleted IOHandlers in a single buffer | Juan Quintela | 1 | -10/+7 |
2010-03-19 | rename IOCanRWHandler to IOCanReadHandler | Juan Quintela | 1 | -2/+2 |
2010-03-19 | Convert io handlers to QLIST | Juan Quintela | 1 | -21/+14 |
2010-03-17 | split out qemu-timer.c | Paolo Bonzini | 1 | -1166/+0 |
2010-03-17 | disentangle tcg and deadline calculation | Paolo Bonzini | 1 | -8/+15 |
2010-03-17 | place together more #ifdef CONFIG_IOTHREAD blocks | Paolo Bonzini | 1 | -41/+37 |
2010-03-17 | move vmstate registration of vmstate_timers earlier | Paolo Bonzini | 1 | -31/+31 |
2010-03-17 | new function qemu_icount_delta | Paolo Bonzini | 1 | -11/+18 |
2010-03-17 | add qemu_alarm_pending | Paolo Bonzini | 1 | -3/+8 |
2010-03-17 | add qemu_icount_round | Paolo Bonzini | 1 | -6/+7 |