summaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-04qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek1-1/+15
2018-04-10cpus.c: ensure running CPU recalculates icount deadlines on timer expiryPeter Maydell1-1/+9
2018-03-12replay: push replay_mutex_lock up the call treeAlex Bennée1-2/+22
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+13
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi1-3/+13
2018-03-07RISC-V Build InfrastructureMichael Clark1-0/+6
2018-03-06cpus: CPU threads are always created initially for one CPU onlyDavid Hildenbrand1-5/+3
2018-03-06cpus: wait for CPU creation at central placeDavid Hildenbrand1-18/+4
2018-03-06cpus: properly inititalize CPU > 1 under single-threaded TCGDavid Hildenbrand1-0/+3
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-26qmp: add architecture specific cpu data for query-cpus-fastViktor Mihajlovski1-0/+10
2018-02-26qmp: add query-cpus-fastLuiz Capitulino1-0/+38
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-0/+6
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+1
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-23/+90
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)1-1/+68