aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2010-03-21Revert "Introduce a default qmp session"Anthony Liguori
2010-03-21Revert "qmp: don't make -qmp disable the default monitor"Anthony Liguori
2010-03-21Revert "Convert atexit users to exit_notifier"Anthony Liguori
2010-03-21Revert "Add exit notifiers"Anthony Liguori
2010-03-20Fix mingw32 buildBlue Swirl
2010-03-19Introduce a default qmp sessionAnthony Liguori
2010-03-19qmp: don't make -qmp disable the default monitorAnthony Liguori
2010-03-19Convert atexit users to exit_notifierAnthony Liguori
2010-03-19Add exit notifiersAnthony Liguori
2010-03-19Handle deleted IOHandlers in a single bufferJuan Quintela
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela
2010-03-19Convert io handlers to QLISTJuan Quintela
2010-03-17split out qemu-timer.cPaolo Bonzini
2010-03-17disentangle tcg and deadline calculationPaolo Bonzini
2010-03-17place together more #ifdef CONFIG_IOTHREAD blocksPaolo Bonzini
2010-03-17move vmstate registration of vmstate_timers earlierPaolo Bonzini
2010-03-17new function qemu_icount_deltaPaolo Bonzini
2010-03-17add qemu_alarm_pendingPaolo Bonzini
2010-03-17add qemu_icount_roundPaolo Bonzini
2010-03-17centralize handling of -icountPaolo Bonzini
2010-03-17introduce and use qemu_clock_enablePaolo Bonzini
2010-03-17change qemu_run_timers interfacePaolo Bonzini
2010-03-17extract timer handling out of main_loop_waitPaolo Bonzini
2010-03-17remove qemu_rearm_alarm_timer from main loopPaolo Bonzini
2010-03-17tweak qemu_notify_eventPaolo Bonzini
2010-03-17do not use qemu_event_increment outside qemu_notify_eventPaolo Bonzini
2010-03-17more alarm timer cleanupPaolo Bonzini
2010-03-17only one flag is needed for alarm_timerPaolo Bonzini
2010-03-17fix error in win32_rearm_timerPaolo Bonzini
2010-03-17avoid dubiously clever code in win32_start_timerPaolo Bonzini
2010-03-17Merge remote branch 'markus/qerror' into stagingAnthony Liguori
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster
2010-03-16error: Track locations on command lineMarkus Armbruster
2010-03-16error: Track locations in configuration filesMarkus Armbruster
2010-03-16error: Include the program name in error messages to stderrMarkus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Simplify error sink setupMarkus Armbruster
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster
2010-03-14Don't set default monitor when there is a mux'ed oneJan Kiszka
2010-03-10QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino
2010-03-08QMP: Drop DEBUG eventLuiz Capitulino
2010-03-08QMP: Move RESET event into qemu_system_reset()Luiz Capitulino
2010-03-08QMP: Move STOP event into do_vm_stop()Luiz Capitulino
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-02-22Add cpu model configuration support..john cooper
2010-02-22kvm: consume internal signal with sigtimedwaitMarcelo Tosatti
2010-02-22kvm specific wait_io_eventMarcelo Tosatti