aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2020-04-29cpus: Proper range-checking for -icount shift=NMarkus Armbruster
2020-04-29cpus: Fix configure_icount() error API violationMarkus Armbruster
2020-03-16cpus: avoid pause_all_vcpus getting stuck due to raceLongpeng
2020-02-03Wrapper function to wait on condition for the main loop mutexAravinda Prasad
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-07replay: check other timers for icount limitPavel Dovgalyuk
2019-12-17tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota
2019-10-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191013' into stagingPeter Maydell
2019-10-14replay: don't drain/flush bdrv queue while RR is workingPavel Dovgalyuk
2019-10-14cpus: kick all vCPUs when running thread=singleAlex Bennée
2019-09-16cpus: Fix throttling during vm_stopYury Kotov
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-06-21hax: Honor CPUState::haltedColin Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-04-18tcg: Simplify how dump_drift_info() printsMarkus Armbruster
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