Age | Commit message (Expand) | Author |
2010-04-09 | move two variable declarations out of vl.c | Paolo Bonzini |
2010-04-09 | move socket_init to qemu-sockets.c | Paolo Bonzini |
2010-04-08 | read-only: allow read-only CDROM with any interface | Naphtali Sprei |
2010-03-30 | Use sysctl instead of /proc to find executable path on FreeBSD | Juergen Lock |
2010-03-29 | Refactor target specific handling, compile vl.c only once | Blue Swirl |
2010-03-29 | Refactor CPUState handling out of vl.c | Blue Swirl |
2010-03-29 | Refactor a few architecture dependent pieces in vl.c | Blue Swirl |
2010-03-29 | Move KVM and Xen global flags to vl.c | Blue Swirl |
2010-03-29 | Adjust debug handling | Blue Swirl |
2010-03-27 | Fix driftfix option | Blue Swirl |
2010-03-27 | Refactor numa mode setting | Blue Swirl |
2010-03-27 | Compile ide/core only once | Blue Swirl |
2010-03-21 | Revert "Introduce a default qmp session" | Anthony Liguori |
2010-03-21 | Revert "qmp: don't make -qmp disable the default monitor" | Anthony Liguori |
2010-03-21 | Revert "Convert atexit users to exit_notifier" | Anthony Liguori |
2010-03-21 | Revert "Add exit notifiers" | Anthony Liguori |
2010-03-20 | Fix mingw32 build | Blue Swirl |
2010-03-19 | Introduce a default qmp session | Anthony Liguori |
2010-03-19 | qmp: don't make -qmp disable the default monitor | Anthony Liguori |
2010-03-19 | Convert atexit users to exit_notifier | Anthony Liguori |
2010-03-19 | Add exit notifiers | Anthony Liguori |
2010-03-19 | Handle deleted IOHandlers in a single buffer | Juan Quintela |
2010-03-19 | rename IOCanRWHandler to IOCanReadHandler | Juan Quintela |
2010-03-19 | Convert io handlers to QLIST | Juan Quintela |
2010-03-17 | split out qemu-timer.c | Paolo Bonzini |
2010-03-17 | disentangle tcg and deadline calculation | Paolo Bonzini |
2010-03-17 | place together more #ifdef CONFIG_IOTHREAD blocks | Paolo Bonzini |
2010-03-17 | move vmstate registration of vmstate_timers earlier | Paolo Bonzini |
2010-03-17 | new function qemu_icount_delta | Paolo Bonzini |
2010-03-17 | add qemu_alarm_pending | Paolo Bonzini |
2010-03-17 | add qemu_icount_round | Paolo Bonzini |
2010-03-17 | centralize handling of -icount | Paolo Bonzini |
2010-03-17 | introduce and use qemu_clock_enable | Paolo Bonzini |
2010-03-17 | change qemu_run_timers interface | Paolo Bonzini |
2010-03-17 | extract timer handling out of main_loop_wait | Paolo Bonzini |
2010-03-17 | remove qemu_rearm_alarm_timer from main loop | Paolo Bonzini |
2010-03-17 | tweak qemu_notify_event | Paolo Bonzini |
2010-03-17 | do not use qemu_event_increment outside qemu_notify_event | Paolo Bonzini |
2010-03-17 | more alarm timer cleanup | Paolo Bonzini |
2010-03-17 | only one flag is needed for alarm_timer | Paolo Bonzini |
2010-03-17 | fix error in win32_rearm_timer | Paolo Bonzini |
2010-03-17 | avoid dubiously clever code in win32_start_timer | Paolo Bonzini |
2010-03-17 | Merge remote branch 'markus/qerror' into staging | Anthony Liguori |
2010-03-16 | qemu-option: Move the implied first name into QemuOptsList | Markus Armbruster |
2010-03-16 | error: Track locations on command line | Markus Armbruster |
2010-03-16 | error: Track locations in configuration files | Markus Armbruster |
2010-03-16 | error: Include the program name in error messages to stderr | Markus Armbruster |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster |
2010-03-16 | error: Simplify error sink setup | Markus Armbruster |
2010-03-16 | savevm: Fix -loadvm to report errors to stderr, not the monitor | Markus Armbruster |