summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timerPavel Dovgalyuk2015-01-141-1/+1
* cpu: initialize cpu->exception_index on resetPaolo Bonzini2014-12-201-3/+0
* cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2014-12-151-11/+10
* icount: introduce cpu_get_icount_rawPavel Dovgalyuk2014-12-151-3/+10
* icount: set can_do_io outside TB executionPavel Dovgalyuk2014-12-151-0/+3
* cpu-exec: reset exception_index correctlyPavel Dovgalyuk2014-12-151-0/+3
* Introduce cpu_clean_all_dirtyMarcelo Tosatti2014-09-161-0/+9
* cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk2014-09-111-2/+6
* target-tricore: Add target stubs and qom-cpuBastian Koppelmann2014-09-011-0/+6
* s390x: Migrate to new NMI interfaceAlexey Kardashevskiy2014-08-251-14/+0
* cpus: Define callback for QEMU "nmi" commandAlexey Kardashevskiy2014-08-251-1/+2
* 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
OpenPOWER on IntegriCloud