summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191013' into stagingPeter Maydell2019-10-171-6/+18
|\
| * cpus: kick all vCPUs when running thread=singleAlex Bennée2019-10-141-6/+18
* | replay: don't drain/flush bdrv queue while RR is workingPavel Dovgalyuk2019-10-141-2/+0Star
|/
* cpus: Fix throttling during vm_stopYury Kotov2019-09-161-8/+17
* util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2019-08-201-5/+12
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-2/+5
* hw/core: Collect QMP command handlers in hw/core/Markus Armbruster2019-07-021-188/+0Star
* qapi: Split machine.json off misc.jsonMarkus Armbruster2019-07-021-0/+1
* hax: Honor CPUState::haltedColin Xu2019-06-211-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson2019-06-101-4/+5
* cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson2019-05-221-0/+9
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-1/+1
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-2/+2
* tcg: Simplify how dump_drift_info() printsMarkus Armbruster2019-04-181-6/+9
* cpus: Properly release the iothread lock when killing a dummy VCPUDavid Hildenbrand2019-02-251-0/+1
* cpus: ignore ESRCH in qemu_cpu_kick_thread()Laurent Vivier2019-02-051-1/+1
* cpus.c: Fix race condition in cpu_stop_current()Peter Maydell2019-01-071-1/+2
* cpus: run work items for all vCPUs if single-threadedPaolo Bonzini2018-11-271-4/+8
* icount: fix deadlock when all cpus are sleepingClement Deschamps2018-11-061-0/+8
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-4/+4
|\
| * cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-4/+4
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-10-191-2/+2
|\ \
| * | replay: pass raw icount value to replay_save_clockPaolo Bonzini2018-10-191-2/+2
| |/
* / tcg: distribute tcg_time into TCG contextsEmilio G. Cota2018-10-191-1/+2
|/
* cpus: fix TCG kick timer leakAlex Bennée2018-10-021-2/+3
* replay: wake up vCPU when replayingPavel Dovgalyuk2018-10-021-10/+21
* cpus: access .qemu_icount_bias with atomic64Emilio G. Cota2018-10-021-10/+11
* cpus: access .qemu_icount with atomic64Emilio G. Cota2018-10-021-4/+4
* cpus: take seqlock across qemu_icount updatesPaolo Bonzini2018-10-021-8/+14
* cpus: initialize timers_state.vm_clock_lockEmilio G. Cota2018-10-021-0/+1
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell2018-09-241-1/+0Star
|\
| * ppc: Remove deprecated ppcemb targetThomas Huth2018-08-281-1/+0Star
* | qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-4/+4
|/
* cpus: allow cpu_get_ticks out of BQLPaolo Bonzini2018-08-231-15/+20
* cpus: protect TimerState writes with a spinlockPaolo Bonzini2018-08-231-25/+47
* cpus: protect all icount computation with seqlockPaolo Bonzini2018-08-231-27/+42
* qom: convert the CPU list to RCUEmilio G. Cota2018-08-231-1/+1
* qsp: track BQL callers explicitlyEmilio G. Cota2018-08-231-2/+8
* tcg: fix --disable-tcg build breakageEmilio G. Cota2018-06-221-0/+4
* qapi: remove empty flat union branches and typesAnton Nefedov2018-06-221-2/+0Star
* cpus: tcg: fix never exiting loop on unplugCédric Le Goater2018-05-091-1/+1
* cpus: Fix event order on resume of stopped guestMarkus Armbruster2018-05-091-8/+8
* qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek2018-05-041-24/+63
* qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek2018-05-041-1/+15