summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* cpus: don't use atomic_read for vm_clock_warp_startAlex Bennée2019-11-291-1/+9
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-3/+3
* block: Use blk_{commit,flush}_all() consistentlyMax Reitz2019-11-291-2/+3
* icount: decouple warp callsPavel Dovgalyuk2019-11-291-25/+33
* icount: remove obsolete warp callPavel Dovgalyuk2019-11-291-3/+0
* icount: possible options for sleep are on or offPranith Kumar2019-11-291-2/+2
* qapi: Don't box branches of flat unionsEric Blake2019-11-291-12/+6
* qapi: Fix compilation failure on MIPS and SPARCEric Blake2019-11-291-5/+5
* exec: Clean up includesPeter Maydell2019-11-291-1/+1
* cpus: use broadcast on qemu_pause_condDr. David Alan Gilbert2019-11-291-2/+2
* qom/cpu: Add MemoryRegion propertyPeter Crosthwaite2019-11-291-1/+3
* exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2019-11-291-0/+1
* exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell2019-11-291-2/+8
* cpu: Convert CpuInfo into flat unionEric Blake2019-11-291-12/+19
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-0/+25
* call bdrv_drain_all() even if the vm is stoppedWen Congyang2015-11-261-0/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell2015-11-061-17/+47
|\
| * replay: checkpointsPavel Dovgalyuk2015-11-061-0/+12
| * icount: improve counting for record/replayPavel Dovgalyuk2015-11-061-3/+8
| * replay: recording and replaying clock ticksPavel Dovgalyuk2015-11-061-1/+2
| * cpu: replay instructions sequencePavel Dovgalyuk2015-11-051-13/+25
* | Revert "Introduce cpu_clean_all_dirty"Liang Li2015-11-051-9/+0
|/
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-3/+3
* cpu: Provide vcpu throttling interfaceJason J. Herne2015-09-301-0/+78
* cpus: remove tcg_halt_cond and tcg_cpu_thread globalsKONRAD Frederic2015-09-091-9/+6
* cpus: protect work list with work_mutexPaolo Bonzini2015-09-091-4/+18
* tcg: signal-free qemu_cpu_kickPaolo Bonzini2015-09-091-67/+22
* use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini2015-09-091-9/+8
* tcg: synchronize exit_request and tcg_current_cpu accessesPaolo Bonzini2015-09-091-4/+10
* tcg: introduce tcg_current_cpuPaolo Bonzini2015-09-091-2/+3
* cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread initAníbal Limón2015-09-071-1/+1
* exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2015-08-141-1/+1
* rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini2015-07-241-0/+6
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-2/+1
* cpu: Change tcg_cpu_exec() arg to cpu, not envPeter Crosthwaite2015-07-091-4/+3
* main-loop: introduce qemu_mutex_iothread_lockedPaolo Bonzini2015-07-011-0/+9
* main-loop: use qemu_mutex_lock_iothread consistentlyPaolo Bonzini2015-07-011-3/+7
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-4/+4
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4
* icount: print a warning if there is no more deadline in sleep=no modeVictor CLEMENT2015-06-051-0/+5
* icount: add sleep parameter to the icount option to set icount_sleep modeVictor CLEMENT2015-06-051-0/+9
* icount: implement a new icount_sleep mode toggleing real-time cpu sleepVictor CLEMENT2015-06-051-26/+44
* qmp: Add qom_path field to query-cpus commandEduardo Habkost2015-05-141-0/+1
* cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)Emilio G. Cota2015-04-301-1/+1
* cpus: Don't kick un-realized cpus.Peter Crosthwaite2015-03-251-1/+1
* profiler: Reenable built-in profilerAlexey Kardashevskiy2015-03-181-1/+1
* memsave: Improve and disambiguate error messageBorislav Petkov2015-03-101-1/+3
* cpus: be more paranoid in avoiding deadlocksPaolo Bonzini2015-03-021-1/+5
* cpus: fix deadlock and segfault in qemu_mutex_lock_iothreadPaolo Bonzini2015-03-021-4/+4
OpenPOWER on IntegriCloud