aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2013-01-15kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-31cpu: Move thread_id to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to run_on_cpu()Andreas Färber
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_wait_io_event_common()Andreas Färber
2012-10-31cpus: Pass CPUState to flush_queued_work()Andreas Färber
2012-10-31cpu: Move queued_work_{first,last} to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_tcg_init_vcpu()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_tcg_cpu_thread_fnAndreas Färber
2012-10-31cpu: Move halt_cond to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to cpu_can_run()Andreas Färber
2012-10-31cpus: Pass CPUState to cpu_is_stopped()Andreas Färber
2012-10-31cpu: Move stopped field to CPUStateAndreas Färber
2012-10-31cpu: Move stop field to CPUStateAndreas Färber
2012-10-31cpu: Move created field to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick_thread()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber
2012-10-17cpus: create qemu_in_vcpu_thread()Juan Quintela
2012-10-06Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-10-05cpu: Add missing 'static' attribute to qemu_global_mutexStefan Weil
2012-09-21Drop cpu_list_id macroPeter Maydell
2012-08-09kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'Peter Maydell
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod
2012-08-02cpu: Move thread_kicked to CPUStateAndreas Färber
2012-08-02cpu: Move thread field into CPUStateAndreas Färber
2012-08-02cpu: Move CPU_COMMON_THREAD into CPUStateAndreas Färber
2012-07-21cpus.c: Make all_cpu_threads_idle() staticPeter Maydell
2012-04-12kvm: Drop redundant kvm_enabled from cpu_thread_is_idleJan Kiszka
2012-03-30qtest: add clock managementPaolo Bonzini
2012-03-30qtest: add test frameworkAnthony Liguori
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