aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-02-18Allow to use pause_all_vcpus from VCPU contextJan Kiszka
2012-02-18Process pending work while waiting for initial kick-off in TCG modeJan Kiszka
2012-02-18Remove useless casts from cpu iteratorsJan Kiszka
2012-02-18kvm: Set cpu_single_env only onceJan Kiszka
2012-01-19apic: Inject external NMI events via LINT1Jan Kiszka
2012-01-12cleanup, Remove duplicated codeLai Jiangshan
2011-12-15fix win32 buildPaolo Bonzini
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka
2011-12-06qapi: Convert inject-nmiLuiz Capitulino
2011-12-06qapi: Convert pmemsaveLuiz Capitulino
2011-12-06qapi: Convert memsaveLuiz Capitulino
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi
2011-12-02fix spelling in main directoryDong Xu Wang
2011-11-07reenable vm_clock when resuming all vcpusWen Congyang
2011-11-01Simplify cpu_exec_all to tcg_exec_allJan Kiszka
2011-10-27qapi: Convert query-cpusLuiz Capitulino
2011-10-21simplify main loop functionsPaolo Bonzini
2011-10-21main-loop: create main-loop.cPaolo Bonzini
2011-10-21main-loop: create main-loop.hPaolo Bonzini
2011-10-21qemu-timer: do not refer to runstate_is_running()Paolo Bonzini
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini
2011-10-19runstate: Allow user to migrate twiceLuiz Capitulino
2011-09-20Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-20block: avoid SIGUSR2Frediano Ziglio
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15RunState: Add additional statesLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-02main: force enabling of I/O threadAnthony Liguori
2011-08-22Replace qemu_system_cond with VCPU stop mechanismJan Kiszka
2011-08-22Do not kick vcpus in TCG modeJan Kiszka
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23iothread: replace fair_mutex with a condition variablePaolo Bonzini
2011-07-16Fix signal handling of SIG_IPI when io-thread is enabledAlexandre Raymond
2011-07-16Fix signal handling when io-thread is disabledAlexandre Raymond
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-24Do not include compatfd for WIN32Jan Kiszka
2011-06-20Fix typo in cpus.cAlexandre Raymond
2011-06-15Command line support for altering the log file locationMatthew Fernandez
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini
2011-04-15really fix -icount in the iothread casePaolo Bonzini
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil
2011-03-16Expose thread_id in info cpusJan Kiszka
2011-03-16kvm: Add in-kernel irqchip awareness to cpu_thread_is_idleJan Kiszka