Age | Commit message (Expand) | Author |
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 |
2010-03-14 | Don't set default monitor when there is a mux'ed one | Jan Kiszka |
2010-03-10 | QMP: Really move the RESET event to qemu_system_reset() | Luiz Capitulino |
2010-03-08 | QMP: Introduce RTC_CHANGE event | Luiz Capitulino |
2010-03-08 | QMP: Drop DEBUG event | Luiz Capitulino |
2010-03-08 | QMP: Move RESET event into qemu_system_reset() | Luiz Capitulino |
2010-03-08 | QMP: Move STOP event into do_vm_stop() | Luiz Capitulino |
2010-03-04 | KVM: Rework VCPU state writeback API | Jan Kiszka |
2010-03-04 | Add option to use file backed guest memory | Marcelo Tosatti |
2010-02-22 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2010-02-22 | Add cpu model configuration support.. | john cooper |
2010-02-22 | kvm: consume internal signal with sigtimedwait | Marcelo Tosatti |
2010-02-22 | kvm specific wait_io_event | Marcelo Tosatti |
2010-02-22 | block SIGCHLD in vcpu thread(s) | Marcelo Tosatti |
2010-02-19 | move default allocator to console.c | Paolo Bonzini |
2010-02-19 | remove knowledge of defaultallocator_free_displaysurface from sdl.c | Paolo Bonzini |
2010-02-19 | use lazy initialization for display_state | Paolo Bonzini |
2010-02-19 | net: net_check_clients() runs too early to see -device, fix | Markus Armbruster |
2010-02-17 | use eventfd for iothread | Paolo Bonzini |
2010-02-10 | iothread: fix vcpu stop with smp tcg | Marcelo Tosatti |
2010-02-10 | loop write in qemu_event_increment upon EINTR | Paolo Bonzini |
2010-02-10 | do not loop on an incomplete io_thread_fd read | Paolo Bonzini |
2010-02-09 | add qemu_get_clock_ns | Paolo Bonzini |
2010-02-08 | Merge remote branch 'qemu-kvm/uq/master' into staging-tmp | Anthony Liguori |
2010-02-08 | vl.c: avoid preprocessor directives in a printf call | Paolo Bonzini |
2010-02-08 | do not interpolate % from vl.c to qemu-options.h | Paolo Bonzini |
2010-02-08 | Revert "On some systems printf is a macro" | malc |
2010-02-07 | On some systems printf is a macro | malc |
2010-02-05 | fix undefined shifts by >32 | Paolo Bonzini |
2010-02-03 | Fix incoming migration with iothread | Marcelo Tosatti |
2010-02-03 | kvm: Flush coalesced MMIO buffer periodly | Sheng Yang |
2010-02-03 | qdev: Fix exit code for -device ? | Markus Armbruster |