summaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31cpu: Move thread_id to CPUStateAndreas Färber1-5/+6
2012-10-31cpus: Pass CPUState to run_on_cpu()Andreas Färber1-2/+1
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+1
2012-10-31cpus: Pass CPUState to qemu_wait_io_event_common()Andreas Färber1-7/+5
2012-10-31cpus: Pass CPUState to flush_queued_work()Andreas Färber1-3/+2
2012-10-31cpu: Move queued_work_{first,last} to CPUStateAndreas Färber1-9/+10
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-8/+5
2012-10-31cpus: Pass CPUState to qemu_tcg_init_vcpu()Andreas Färber1-5/+2
2012-10-31cpus: Pass CPUState to qemu_tcg_cpu_thread_fnAndreas Färber1-3/+3
2012-10-31cpu: Move halt_cond to CPUStateAndreas Färber1-10/+12
2012-10-31cpus: Pass CPUState to cpu_can_run()Andreas Färber1-8/+6
2012-10-31cpus: Pass CPUState to cpu_is_stopped()Andreas Färber1-3/+1
2012-10-31cpu: Move stopped field to CPUStateAndreas Färber1-12/+18
2012-10-31cpu: Move stop field to CPUStateAndreas Färber1-9/+18
2012-10-31cpu: Move created field to CPUStateAndreas Färber1-6/+7
2012-10-31cpus: Pass CPUState to qemu_cpu_kick_thread()Andreas Färber1-5/+4
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber1-7/+5
2012-10-17cpus: create qemu_in_vcpu_thread()Juan Quintela1-2/+7
2012-10-06Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno1-5/+1
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-5/+1
2012-10-05cpu: Add missing 'static' attribute to qemu_global_mutexStefan Weil1-1/+1
2012-09-21Drop cpu_list_id macroPeter Maydell1-4/+2
2012-08-09kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'Peter Maydell1-1/+2
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod1-1/+2
2012-08-02cpu: Move thread_kicked to CPUStateAndreas Färber1-5/+9
2012-08-02cpu: Move thread field into CPUStateAndreas Färber1-17/+23
2012-08-02cpu: Move CPU_COMMON_THREAD into CPUStateAndreas Färber1-3/+7
2012-07-21cpus.c: Make all_cpu_threads_idle() staticPeter Maydell1-26/+26
2012-04-12kvm: Drop redundant kvm_enabled from cpu_thread_is_idleJan Kiszka1-2/+1
2012-03-30qtest: add clock managementPaolo Bonzini1-0/+20
2012-03-30qtest: add test frameworkAnthony Liguori1-3/+59
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-38/+38
2012-02-18Allow to use pause_all_vcpus from VCPU contextJan Kiszka1-0/+12
2012-02-18Process pending work while waiting for initial kick-off in TCG modeJan Kiszka1-0/+5
2012-02-18Remove useless casts from cpu iteratorsJan Kiszka1-4/+4
2012-02-18kvm: Set cpu_single_env only onceJan Kiszka1-0/+1
2012-01-19apic: Inject external NMI events via LINT1Jan Kiszka1-1/+5
2012-01-12cleanup, Remove duplicated codeLai Jiangshan1-8/+0
2011-12-15fix win32 buildPaolo Bonzini1-4/+7
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-1/+1
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka1-2/+4
2011-12-06qapi: Convert inject-nmiLuiz Capitulino1-0/+13
2011-12-06qapi: Convert pmemsaveLuiz Capitulino1-0/+30
2011-12-06qapi: Convert memsaveLuiz Capitulino1-0/+47
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+1
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-1/+1
2011-12-02fix spelling in main directoryDong Xu Wang1-1/+1
2011-11-07reenable vm_clock when resuming all vcpusWen Congyang1-0/+1
2011-11-01Simplify cpu_exec_all to tcg_exec_allJan Kiszka1-9/+5