aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2014-08-07monitor: Add drift info to 'info jit'Sebastian Tanase
2014-08-06cpu-exec: Add sleeping algorithmSebastian Tanase
2014-08-06icount: Add align option to icountSebastian Tanase
2014-08-06icount: Add QemuOpts for icountSebastian Tanase
2014-08-06icount: Fix virtual clock start value on ARMSebastian Tanase
2014-08-06timer: add cpu_icount_to_ns function.KONRAD Frederic
2014-08-06migration: migrate icount fields.KONRAD Frederic
2014-08-06icount: put icount variables into TimerState.KONRAD Frederic
2014-06-23qapi event: convert STOPWenchao Xia
2014-06-23vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-17qtest: fix qtest_clock_warp() for no deadline caseSergey Fedorov
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-04-27misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-11-06timers: fix stop/cont with -icountPaolo Bonzini
2013-10-25target-ppc: Check for error on address translation in memsave commandAneesh Kumar K.V
2013-10-17icount: make it thread-safePaolo Bonzini
2013-10-17icount: document (future) locking rules for icountPaolo Bonzini
2013-10-17icount: prepare the code for future races in calling qemu_clock_warpPaolo Bonzini
2013-10-17icount: reorganize icount_warp_rtPaolo Bonzini
2013-10-17icount: use cpu_get_icount() directlyPaolo Bonzini
2013-10-17timer: protect timers_state's clock with seqlockLiu Ping Fan
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh
2013-08-16cpus: Use cpu_is_stopped() efficientlyTiejun Chen
2013-07-27timer: make timers_state staticLiu Ping Fan
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-19cpus: Let vm_stop[_force_state]() always flush block devicesKevin Wolf
2013-07-15Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-07-15cpus: Add return value for vm_stop()Kevin Wolf
2013-07-12Introduce async_run_on_cpu()Chegu Vinod
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-01KVM: Don't assume that mpstate exists with in-kernel PIC alwaysAlexander Graf
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpus: Change qemu_dummy_start_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpus: Change qemu_kvm_start_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpus: Change cpu_handle_guest_debug() argument to CPUStateAndreas Färber
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber