summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor target specific handling, compile vl.c only onceBlue Swirl2010-03-291-439/+37
* Refactor CPUState handling out of vl.cBlue Swirl2010-03-291-746/+3
* Refactor a few architecture dependent pieces in vl.cBlue Swirl2010-03-291-25/+47
* Move KVM and Xen global flags to vl.cBlue Swirl2010-03-291-0/+4
* Adjust debug handlingBlue Swirl2010-03-291-3/+3
* Fix driftfix optionBlue Swirl2010-03-271-3/+3
* Refactor numa mode settingBlue Swirl2010-03-271-8/+15
* Compile ide/core only onceBlue Swirl2010-03-271-1/+1
* Revert "Introduce a default qmp session"Anthony Liguori2010-03-211-63/+0
* Revert "qmp: don't make -qmp disable the default monitor"Anthony Liguori2010-03-211-11/+2
* Revert "Convert atexit users to exit_notifier"Anthony Liguori2010-03-211-5/+2
* Revert "Add exit notifiers"Anthony Liguori2010-03-211-27/+0
* Fix mingw32 buildBlue Swirl2010-03-201-3/+14
* Introduce a default qmp sessionAnthony Liguori2010-03-191-0/+52
* qmp: don't make -qmp disable the default monitorAnthony Liguori2010-03-191-2/+11
* Convert atexit users to exit_notifierAnthony Liguori2010-03-191-2/+5
* Add exit notifiersAnthony Liguori2010-03-191-0/+27
* Handle deleted IOHandlers in a single bufferJuan Quintela2010-03-191-10/+7
* rename IOCanRWHandler to IOCanReadHandlerJuan Quintela2010-03-191-2/+2
* Convert io handlers to QLISTJuan Quintela2010-03-191-21/+14
* split out qemu-timer.cPaolo Bonzini2010-03-171-1166/+0
* disentangle tcg and deadline calculationPaolo Bonzini2010-03-171-8/+15
* place together more #ifdef CONFIG_IOTHREAD blocksPaolo Bonzini2010-03-171-41/+37
* move vmstate registration of vmstate_timers earlierPaolo Bonzini2010-03-171-31/+31
* new function qemu_icount_deltaPaolo Bonzini2010-03-171-11/+18
* add qemu_alarm_pendingPaolo Bonzini2010-03-171-3/+8
* add qemu_icount_roundPaolo Bonzini2010-03-171-6/+7
* centralize handling of -icountPaolo Bonzini2010-03-171-14/+19
* introduce and use qemu_clock_enablePaolo Bonzini2010-03-171-2/+14
* change qemu_run_timers interfacePaolo Bonzini2010-03-171-10/+8
* extract timer handling out of main_loop_waitPaolo Bonzini2010-03-171-22/+25
* remove qemu_rearm_alarm_timer from main loopPaolo Bonzini2010-03-171-1/+7
* tweak qemu_notify_eventPaolo Bonzini2010-03-171-7/+3
* do not use qemu_event_increment outside qemu_notify_eventPaolo Bonzini2010-03-171-1/+2
* more alarm timer cleanupPaolo Bonzini2010-03-171-11/+18
* only one flag is needed for alarm_timerPaolo Bonzini2010-03-171-16/+15
* fix error in win32_rearm_timerPaolo Bonzini2010-03-171-1/+1
* avoid dubiously clever code in win32_start_timerPaolo Bonzini2010-03-171-4/+2
* Merge remote branch 'markus/qerror' into stagingAnthony Liguori2010-03-171-19/+25
|\
| * qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster2010-03-161-6/+6
| * error: Track locations on command lineMarkus Armbruster2010-03-161-4/+5
| * error: Track locations in configuration filesMarkus Armbruster2010-03-161-5/+9
| * error: Include the program name in error messages to stderrMarkus Armbruster2010-03-161-0/+2
| * error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-2/+2
| * error: Simplify error sink setupMarkus Armbruster2010-03-161-1/+0
| * savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster2010-03-161-1/+1
* | Don't set default monitor when there is a mux'ed oneJan Kiszka2010-03-141-0/+9
|/
* QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino2010-03-101-2/+1
* QMP: Introduce RTC_CHANGE eventLuiz Capitulino2010-03-081-0/+9
* QMP: Drop DEBUG eventLuiz Capitulino2010-03-081-1/+0
OpenPOWER on IntegriCloud