summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Don't assume that mpstate exists with in-kernel PIC alwaysAlexander Graf2013-07-011-1/+1
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-4/+1
* cpus: Change qemu_dummy_start_vcpu() argument to CPUStateAndreas Färber2013-06-281-9/+6
* cpus: Change qemu_kvm_start_vcpu() argument to CPUStateAndreas Färber2013-06-281-8/+5
* cpus: Change cpu_handle_guest_debug() argument to CPUStateAndreas Färber2013-06-281-5/+3
* gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber2013-06-281-1/+1
* kvm: Change kvm_cpu_exec() argument to CPUStateAndreas Färber2013-06-281-1/+1
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-1/+1
* cpus: Change qemu_kvm_init_cpu_signals() argument to CPUStateAndreas Färber2013-06-281-4/+3
* kvm: Change kvm_set_signal_mask() argument to CPUStateAndreas Färber2013-06-281-1/+2
* cpus: Change qemu_kvm_wait_io_event() argument to CPUStateAndreas Färber2013-06-281-4/+2
* cpus: Change cpu_thread_is_idle() argument to CPUStateAndreas Färber2013-06-281-5/+3
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-2/+2
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-281-4/+4
* cpus: use error_setg_file_open()Luiz Capitulino2013-06-171-2/+2
* cpus: Fix pausing TCG CPUs while in vCPU threadAndreas Färber2013-05-021-1/+2
* cpus: Use qemu_for_each_cpu() in TCG threadIgor Mammedov2013-05-011-6/+7
* cpu: Introduce cpu_resume(), for single CPUIgor Mammedov2013-05-011-3/+8
* w64: Fix compiler warnings (wrong format specifier)Stefan Weil2013-04-191-2/+2
* cpu: Pass CPUState to *cpu_synchronize_post*()Igor Mammedov2013-04-161-2/+2
* Check effective suspension of TCG threadOlivier Hainque2013-04-121-2/+22
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+2
* cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu()Andreas Färber2013-03-121-8/+3
* cpus.c: Drop unnecessary set_cpu_log()Peter Maydell2013-02-161-12/+0
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell2013-02-161-5/+1
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-5/+0
* kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber2013-01-281-4/+4
* kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber2013-01-151-1/+1
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-5/+9
* cpu: Move numa_node field to CPUStateAndreas Färber2013-01-151-1/+3
* cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-2/+2
* 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
OpenPOWER on IntegriCloud