summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QMP: Move RESET event into qemu_system_reset()Luiz Capitulino2010-03-081-1/+2
* QMP: Move STOP event into do_vm_stop()Luiz Capitulino2010-03-081-1/+1
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-0/+29
* Add option to use file backed guest memoryMarcelo Tosatti2010-03-041-0/+12
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-02-221-21/+102
|\
| * kvm: consume internal signal with sigtimedwaitMarcelo Tosatti2010-02-221-12/+77
| * kvm specific wait_io_eventMarcelo Tosatti2010-02-221-6/+20
| * block SIGCHLD in vcpu thread(s)Marcelo Tosatti2010-02-221-0/+1
| * use eventfd for iothreadPaolo Bonzini2010-02-171-4/+5
* | Add cpu model configuration support..john cooper2010-02-221-2/+7
* | move default allocator to console.cPaolo Bonzini2010-02-191-50/+0
* | remove knowledge of defaultallocator_free_displaysurface from sdl.cPaolo Bonzini2010-02-191-1/+7
* | use lazy initialization for display_statePaolo Bonzini2010-02-191-14/+15
* | net: net_check_clients() runs too early to see -device, fixMarkus Armbruster2010-02-191-0/+2
|/
* iothread: fix vcpu stop with smp tcgMarcelo Tosatti2010-02-101-2/+3
* loop write in qemu_event_increment upon EINTRPaolo Bonzini2010-02-101-2/+6
* do not loop on an incomplete io_thread_fd readPaolo Bonzini2010-02-101-2/+2
* add qemu_get_clock_nsPaolo Bonzini2010-02-091-2/+19
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-0/+4
|\
| * Fix incoming migration with iothreadMarcelo Tosatti2010-02-031-0/+2
| * kvm: Flush coalesced MMIO buffer periodlySheng Yang2010-02-031-0/+2
* | vl.c: avoid preprocessor directives in a printf callPaolo Bonzini2010-02-081-8/+10
* | do not interpolate % from vl.c to qemu-options.hPaolo Bonzini2010-02-081-8/+1
OpenPOWER on IntegriCloud