aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota1-0/+10
2019-10-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191013' into stagingPeter Maydell1-6/+18
2019-10-14replay: don't drain/flush bdrv queue while RR is workingPavel Dovgalyuk1-2/+0
2019-10-14cpus: kick all vCPUs when running thread=singleAlex Bennée1-6/+18
2019-09-16cpus: Fix throttling during vm_stopYury Kotov1-8/+17
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk1-5/+12
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-2/+5
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster1-188/+0
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster1-0/+1
2019-06-21hax: Honor CPUState::haltedColin Xu1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson1-4/+5
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson1-0/+9
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-1/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-2/+2
2019-04-18tcg: Simplify how dump_drift_info() printsMarkus Armbruster1-6/+9
2019-02-26cpus: Properly release the iothread lock when killing a dummy VCPUDavid Hildenbrand1-0/+1
2019-02-05cpus: ignore ESRCH in qemu_cpu_kick_thread()Laurent Vivier1-1/+1
2019-01-07cpus.c: Fix race condition in cpu_stop_current()Peter Maydell1-1/+2
2018-11-27cpus: run work items for all vCPUs if single-threadedPaolo Bonzini1-4/+8
2018-11-06icount: fix deadlock when all cpus are sleepingClement Deschamps1-0/+8
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-4/+4
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-4/+4
2018-10-19replay: pass raw icount value to replay_save_clockPaolo Bonzini1-2/+2
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota1-1/+2
2018-10-02cpus: fix TCG kick timer leakAlex Bennée1-2/+3
2018-10-02replay: wake up vCPU when replayingPavel Dovgalyuk1-10/+21
2018-10-02cpus: access .qemu_icount_bias with atomic64Emilio G. Cota1-10/+11
2018-10-02cpus: access .qemu_icount with atomic64Emilio G. Cota1-4/+4
2018-10-02cpus: take seqlock across qemu_icount updatesPaolo Bonzini1-8/+14
2018-10-02cpus: initialize timers_state.vm_clock_lockEmilio G. Cota1-0/+1
2018-09-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell1-1/+0
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-4/+4
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-1/+0
2018-08-23cpus: allow cpu_get_ticks out of BQLPaolo Bonzini1-15/+20
2018-08-23cpus: protect TimerState writes with a spinlockPaolo Bonzini1-25/+47
2018-08-23cpus: protect all icount computation with seqlockPaolo Bonzini1-27/+42
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-1/+1
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota1-2/+8
2018-06-22tcg: fix --disable-tcg build breakageEmilio G. Cota1-0/+4
2018-06-22qapi: remove empty flat union branches and typesAnton Nefedov1-2/+0
2018-05-09cpus: tcg: fix never exiting loop on unplugCédric Le Goater1-1/+1
2018-05-09cpus: Fix event order on resume of stopped guestMarkus Armbruster1-8/+8
2018-05-04qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek1-24/+63