summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-17split out qemu-timer.cPaolo Bonzini1-1166/+0
2010-03-17disentangle tcg and deadline calculationPaolo Bonzini1-8/+15
2010-03-17place together more #ifdef CONFIG_IOTHREAD blocksPaolo Bonzini1-41/+37
2010-03-17move vmstate registration of vmstate_timers earlierPaolo Bonzini1-31/+31
2010-03-17new function qemu_icount_deltaPaolo Bonzini1-11/+18
2010-03-17add qemu_alarm_pendingPaolo Bonzini1-3/+8
2010-03-17add qemu_icount_roundPaolo Bonzini1-6/+7
2010-03-17centralize handling of -icountPaolo Bonzini1-14/+19
2010-03-17introduce and use qemu_clock_enablePaolo Bonzini1-2/+14
2010-03-17change qemu_run_timers interfacePaolo Bonzini1-10/+8
2010-03-17extract timer handling out of main_loop_waitPaolo Bonzini1-22/+25
2010-03-17remove qemu_rearm_alarm_timer from main loopPaolo Bonzini1-1/+7
2010-03-17tweak qemu_notify_eventPaolo Bonzini1-7/+3
2010-03-17do not use qemu_event_increment outside qemu_notify_eventPaolo Bonzini1-1/+2
2010-03-17more alarm timer cleanupPaolo Bonzini1-11/+18
2010-03-17only one flag is needed for alarm_timerPaolo Bonzini1-16/+15
2010-03-17fix error in win32_rearm_timerPaolo Bonzini1-1/+1
2010-03-17avoid dubiously clever code in win32_start_timerPaolo Bonzini1-4/+2
2010-03-17Merge remote branch 'markus/qerror' into stagingAnthony Liguori1-19/+25
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster1-6/+6
2010-03-16error: Track locations on command lineMarkus Armbruster1-4/+5
2010-03-16error: Track locations in configuration filesMarkus Armbruster1-5/+9
2010-03-16error: Include the program name in error messages to stderrMarkus Armbruster1-0/+2
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-2/+2
2010-03-16error: Simplify error sink setupMarkus Armbruster1-1/+0
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster1-1/+1
2010-03-14Don't set default monitor when there is a mux'ed oneJan Kiszka1-0/+9
2010-03-10QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino1-2/+1
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino1-0/+9
2010-03-08QMP: Drop DEBUG eventLuiz Capitulino1-1/+0
2010-03-08QMP: Move RESET event into qemu_system_reset()Luiz Capitulino1-1/+2
2010-03-08QMP: Move STOP event into do_vm_stop()Luiz Capitulino1-1/+1
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-0/+29
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti1-0/+12
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-21/+102
2010-02-22Add cpu model configuration support..john cooper1-2/+7
2010-02-22kvm: consume internal signal with sigtimedwaitMarcelo Tosatti1-12/+77
2010-02-22kvm specific wait_io_eventMarcelo Tosatti1-6/+20
2010-02-22block SIGCHLD in vcpu thread(s)Marcelo Tosatti1-0/+1
2010-02-19move default allocator to console.cPaolo Bonzini1-50/+0
2010-02-19remove knowledge of defaultallocator_free_displaysurface from sdl.cPaolo Bonzini1-1/+7
2010-02-19use lazy initialization for display_statePaolo Bonzini1-14/+15
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster1-0/+2
2010-02-17use eventfd for iothreadPaolo Bonzini1-4/+5
2010-02-10iothread: fix vcpu stop with smp tcgMarcelo Tosatti1-2/+3
2010-02-10loop write in qemu_event_increment upon EINTRPaolo Bonzini1-2/+6
2010-02-10do not loop on an incomplete io_thread_fd readPaolo Bonzini1-2/+2
2010-02-09add qemu_get_clock_nsPaolo Bonzini1-2/+19
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori1-0/+4
2010-02-08vl.c: avoid preprocessor directives in a printf callPaolo Bonzini1-8/+10