summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
...
* monitor: Add drift info to 'info jit'Sebastian Tanase2014-08-071-0/+19
* cpu-exec: Add sleeping algorithmSebastian Tanase2014-08-061-0/+17
* icount: Add align option to icountSebastian Tanase2014-08-061-7/+12
* icount: Add QemuOpts for icountSebastian Tanase2014-08-061-1/+9
* icount: Fix virtual clock start value on ARMSebastian Tanase2014-08-061-1/+1
* timer: add cpu_icount_to_ns function.KONRAD Frederic2014-08-061-1/+6
* migration: migrate icount fields.KONRAD Frederic2014-08-061-0/+27
* icount: put icount variables into TimerState.KONRAD Frederic2014-08-061-13/+16
* qapi event: convert STOPWenchao Xia2014-06-231-1/+3
* vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini2014-06-231-0/+1
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-191-14/+0
* qtest: fix qtest_clock_warp() for no deadline caseSergey Fedorov2014-06-171-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil2014-04-271-1/+1
* cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-7/+6
* cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-7/+7
* cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-1/+1
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-5/+20
* cpu: Add per-cpu address spaceEdgar E. Iglesias2014-02-111-0/+2
* target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2013-12-231-3/+2
* timers: fix stop/cont with -icountPaolo Bonzini2013-11-061-20/+22
* target-ppc: Check for error on address translation in memsave commandAneesh Kumar K.V2013-10-251-1/+4
* icount: make it thread-safePaolo Bonzini2013-10-171-6/+31
* icount: document (future) locking rules for icountPaolo Bonzini2013-10-171-4/+11
* icount: prepare the code for future races in calling qemu_clock_warpPaolo Bonzini2013-10-171-12/+10
* icount: reorganize icount_warp_rtPaolo Bonzini2013-10-171-8/+10
* icount: use cpu_get_icount() directlyPaolo Bonzini2013-10-171-2/+5
* timer: protect timers_state's clock with seqlockLiu Ping Fan2013-10-171-7/+42
* cpu: Replace qemu_for_each_cpu()Andreas Färber2013-09-031-7/+4
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-28/+21
* s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski2013-08-301-0/+14
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-53/+59
* aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-221-9/+37
* cpus: Use cpu_is_stopped() efficientlyTiejun Chen2013-08-161-7/+7
* timer: make timers_state staticLiu Ping Fan2013-07-271-1/+1
* exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-3/+1
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-1/+1
* cpus: Let vm_stop[_force_state]() always flush block devicesKevin Wolf2013-07-191-3/+6
* Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-07-151-0/+29
|\
| * Introduce async_run_on_cpu()Chegu Vinod2013-07-121-0/+29
* | cpus: Add return value for vm_stop()Kevin Wolf2013-07-151-7/+13
|/
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-60/+66
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-21/+20
* 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
OpenPOWER on IntegriCloud