aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2019-02-26cpus: Properly release the iothread lock when killing a dummy VCPUDavid Hildenbrand
2019-02-05cpus: ignore ESRCH in qemu_cpu_kick_thread()Laurent Vivier
2019-01-07cpus.c: Fix race condition in cpu_stop_current()Peter Maydell
2018-11-27cpus: run work items for all vCPUs if single-threadedPaolo Bonzini
2018-11-06icount: fix deadlock when all cpus are sleepingClement Deschamps
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19replay: pass raw icount value to replay_save_clockPaolo Bonzini
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota
2018-10-02cpus: fix TCG kick timer leakAlex Bennée
2018-10-02replay: wake up vCPU when replayingPavel Dovgalyuk
2018-10-02cpus: access .qemu_icount_bias with atomic64Emilio G. Cota
2018-10-02cpus: access .qemu_icount with atomic64Emilio G. Cota
2018-10-02cpus: take seqlock across qemu_icount updatesPaolo Bonzini
2018-10-02cpus: initialize timers_state.vm_clock_lockEmilio G. Cota
2018-09-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-23cpus: allow cpu_get_ticks out of BQLPaolo Bonzini
2018-08-23cpus: protect TimerState writes with a spinlockPaolo Bonzini
2018-08-23cpus: protect all icount computation with seqlockPaolo Bonzini
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota
2018-06-22tcg: fix --disable-tcg build breakageEmilio G. Cota
2018-06-22qapi: remove empty flat union branches and typesAnton Nefedov
2018-05-09cpus: tcg: fix never exiting loop on unplugCédric Le Goater
2018-05-09cpus: Fix event order on resume of stopped guestMarkus Armbruster
2018-05-04qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek
2018-05-04qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek
2018-04-10cpus.c: ensure running CPU recalculates icount deadlines on timer expiryPeter Maydell
2018-03-12replay: push replay_mutex_lock up the call treeAlex Bennée
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi
2018-03-07RISC-V Build InfrastructureMichael Clark
2018-03-06cpus: CPU threads are always created initially for one CPU onlyDavid Hildenbrand
2018-03-06cpus: wait for CPU creation at central placeDavid Hildenbrand
2018-03-06cpus: properly inititalize CPU > 1 under single-threaded TCGDavid Hildenbrand
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-26qmp: add architecture specific cpu data for query-cpus-fastViktor Mihajlovski
2018-02-26qmp: add query-cpus-fastLuiz Capitulino
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)
2018-02-07cpus: join thread when removing a vCPUPaolo Bonzini
2018-02-07cpus: hvf: unregister thread with RCUPaolo Bonzini
2018-02-07cpus: tcg: unregister thread with RCU, fix exiting of loop on unplugPaolo Bonzini