aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes related to processing of qemu's -numa optionChegu Vinod2012-11-211-1/+2
* kvm: Drop redundant kvm_enabled from cpu_thread_is_idleJan Kiszka2012-04-121-2/+1
* qtest: add clock managementPaolo Bonzini2012-03-301-0/+20
* qtest: add test frameworkAnthony Liguori2012-03-301-3/+59
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-38/+38
* Allow to use pause_all_vcpus from VCPU contextJan Kiszka2012-02-181-0/+12
* Process pending work while waiting for initial kick-off in TCG modeJan Kiszka2012-02-181-0/+5
* Remove useless casts from cpu iteratorsJan Kiszka2012-02-181-4/+4
* kvm: Set cpu_single_env only onceJan Kiszka2012-02-181-0/+1
* apic: Inject external NMI events via LINT1Jan Kiszka2012-01-191-1/+5
* cleanup, Remove duplicated codeLai Jiangshan2012-01-121-8/+0
* fix win32 buildPaolo Bonzini2011-12-151-4/+7
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-1/+1
|\
| * fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* | qemu-thread: add API for joinable threadsJan Kiszka2011-12-121-2/+4
* | qapi: Convert inject-nmiLuiz Capitulino2011-12-061-0/+13
* | qapi: Convert pmemsaveLuiz Capitulino2011-12-061-0/+30
* | qapi: Convert memsaveLuiz Capitulino2011-12-061-0/+47
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-051-1/+1
|\
| * block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi2011-12-051-1/+1
* | fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
|/
* reenable vm_clock when resuming all vcpusWen Congyang2011-11-071-0/+1
* Simplify cpu_exec_all to tcg_exec_allJan Kiszka2011-11-011-9/+5
* qapi: Convert query-cpusLuiz Capitulino2011-10-271-0/+45
* simplify main loop functionsPaolo Bonzini2011-10-211-5/+0
* main-loop: create main-loop.cPaolo Bonzini2011-10-211-188/+1
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-6/+1
* qemu-timer: do not refer to runstate_is_running()Paolo Bonzini2011-10-211-0/+1
* qemu-timer: move icount to cpus.cPaolo Bonzini2011-10-211-18/+277
* runstate: Allow user to migrate twiceLuiz Capitulino2011-10-191-0/+11
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-201-5/+0
|\
| * block: avoid SIGUSR2Frediano Ziglio2011-09-201-5/+0
* | Drop the vm_running global variableLuiz Capitulino2011-09-151-5/+4
* | RunState: Add additional statesLuiz Capitulino2011-09-151-0/+1
* | Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-5/+5
|/
* main: force enabling of I/O threadAnthony Liguori2011-09-021-143/+0
* Replace qemu_system_cond with VCPU stop mechanismJan Kiszka2011-08-221-14/+6
* Do not kick vcpus in TCG modeJan Kiszka2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* iothread: replace fair_mutex with a condition variablePaolo Bonzini2011-07-231-15/+9
* Fix signal handling of SIG_IPI when io-thread is enabledAlexandre Raymond2011-07-161-1/+9
* Fix signal handling when io-thread is disabledAlexandre Raymond2011-07-161-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-06-271-0/+3
|\
| * Do not include compatfd for WIN32Jan Kiszka2011-06-241-0/+3
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* Fix typo in cpus.cAlexandre Raymond2011-06-201-1/+1
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-0/+5
* qemu_next_deadline should not consider host-time timersPaolo Bonzini2011-04-151-2/+2
* enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini2011-04-151-1/+7
* really fix -icount in the iothread casePaolo Bonzini2011-04-151-0/+3