summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-5/+5
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-4/+4
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* cpu: Move thread_id to CPUStateAndreas Färber2012-10-311-5/+6
* cpus: Pass CPUState to run_on_cpu()Andreas Färber2012-10-311-2/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+1
* cpus: Pass CPUState to qemu_wait_io_event_common()Andreas Färber2012-10-311-7/+5
* cpus: Pass CPUState to flush_queued_work()Andreas Färber2012-10-311-3/+2
* cpu: Move queued_work_{first,last} to CPUStateAndreas Färber2012-10-311-9/+10
* cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-8/+5
* cpus: Pass CPUState to qemu_tcg_init_vcpu()Andreas Färber2012-10-311-5/+2
* cpus: Pass CPUState to qemu_tcg_cpu_thread_fnAndreas Färber2012-10-311-3/+3
* cpu: Move halt_cond to CPUStateAndreas Färber2012-10-311-10/+12
* cpus: Pass CPUState to cpu_can_run()Andreas Färber2012-10-311-8/+6
* cpus: Pass CPUState to cpu_is_stopped()Andreas Färber2012-10-311-3/+1
* cpu: Move stopped field to CPUStateAndreas Färber2012-10-311-12/+18
* cpu: Move stop field to CPUStateAndreas Färber2012-10-311-9/+18
* cpu: Move created field to CPUStateAndreas Färber2012-10-311-6/+7
* cpus: Pass CPUState to qemu_cpu_kick_thread()Andreas Färber2012-10-311-5/+4
* cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-7/+5
* cpus: create qemu_in_vcpu_thread()Juan Quintela2012-10-171-2/+7
* Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno2012-10-061-5/+1
|\
| * cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-5/+1
* | cpu: Add missing 'static' attribute to qemu_global_mutexStefan Weil2012-10-051-1/+1
|/
* Drop cpu_list_id macroPeter Maydell2012-09-211-4/+2
* kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'Peter Maydell2012-08-091-1/+2
* Fixes related to processing of qemu's -numa optionChegu Vinod2012-08-041-1/+2
* cpu: Move thread_kicked to CPUStateAndreas Färber2012-08-021-5/+9
* cpu: Move thread field into CPUStateAndreas Färber2012-08-021-17/+23
* cpu: Move CPU_COMMON_THREAD into CPUStateAndreas Färber2012-08-021-3/+7
* cpus.c: Make all_cpu_threads_idle() staticPeter Maydell2012-07-211-26/+26
* 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
|\
OpenPOWER on IntegriCloud