summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpus.c: ensure running CPU recalculates icount deadlines on timer expiryPeter Maydell2018-04-101-1/+9
* replay: push replay_mutex_lock up the call treeAlex Bennée2018-03-121-2/+22
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-03-091-3/+13
|\
| * vl: introduce vm_shutdown()Stefan Hajnoczi2018-03-081-3/+13
* | RISC-V Build InfrastructureMichael Clark2018-03-061-0/+6
|/
* cpus: CPU threads are always created initially for one CPU onlyDavid Hildenbrand2018-03-061-5/+3Star
* cpus: wait for CPU creation at central placeDavid Hildenbrand2018-03-061-18/+4Star
* cpus: properly inititalize CPU > 1 under single-threaded TCGDavid Hildenbrand2018-03-061-0/+3
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* qmp: add architecture specific cpu data for query-cpus-fastViktor Mihajlovski2018-02-261-0/+10
* qmp: add query-cpus-fastLuiz Capitulino2018-02-261-0/+38
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-261-0/+6
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-071-23/+90
|\
| * Add the WHPX acceleration enlightenmentsJustin Terry (VM)2018-02-071-1/+68
| * cpus: join thread when removing a vCPUPaolo Bonzini2018-02-071-9/+4Star
| * cpus: hvf: unregister thread with RCUPaolo Bonzini2018-02-071-0/+1
| * cpus: tcg: unregister thread with RCU, fix exiting of loop on unplugPaolo Bonzini2018-02-071-7/+7