aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/cpu.h
AgeCommit message (Expand)Author
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-31cpu: Move queued_work_{first,last} to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31cpu: Move halt_cond to CPUStateAndreas 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_is_self()Andreas Färber
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-05-08cpu: Update documentation and commentAndreas Färber
2012-03-14qom: Introduce CPU classAndreas Färber