Age | Commit message (Expand) | Author | Files | Lines |
2020-06-26 | replay: notify the main loop when there are no instructions | Pavel Dovgalyuk | 1 | -3/+12 |
2020-06-16 | cpu: convert queued work to a QSIMPLEQ | Emilio G. Cota | 1 | -2/+12 |
2020-06-10 | cpus: Fix botched configure_icount() error API violation fix | Markus Armbruster | 1 | -2/+4 |
2020-06-10 | icount: fix shift=auto for record/replay | Pavel Dovgalyuk | 1 | -1/+19 |
2020-04-29 | cpus: Proper range-checking for -icount shift=N | Markus Armbruster | 1 | -4/+3 |
2020-04-29 | cpus: Fix configure_icount() error API violation | Markus Armbruster | 1 | -18/+27 |
2020-03-16 | cpus: avoid pause_all_vcpus getting stuck due to race | Longpeng | 1 | -1/+5 |
2020-02-03 | Wrapper function to wait on condition for the main loop mutex | Aravinda Prasad | 1 | -0/+5 |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-07 | replay: check other timers for icount limit | Pavel Dovgalyuk | 1 | -0/+4 |
2019-12-17 | tcg: move qemu_tcg_configure to accel/tcg/tcg-all.c | Paolo Bonzini | 1 | -72/+0 |
2019-10-28 | cpu: hook plugin vcpu events | Emilio G. Cota | 1 | -0/+10 |
2019-10-17 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191013' into staging | Peter Maydell | 1 | -6/+18 |
2019-10-14 | replay: don't drain/flush bdrv queue while RR is working | Pavel Dovgalyuk | 1 | -2/+0 |
2019-10-14 | cpus: kick all vCPUs when running thread=single | Alex Bennée | 1 | -6/+18 |
2019-09-16 | cpus: Fix throttling during vm_stop | Yury Kotov | 1 | -8/+17 |
2019-08-20 | util/qemu-timer: refactor deadline calculation for external timers | Pavel Dovgalyuk | 1 | -5/+12 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu | 1 | -2/+5 |
2019-07-02 | hw/core: Collect QMP command handlers in hw/core/ | Markus Armbruster | 1 | -188/+0 |
2019-07-02 | qapi: Split machine.json off misc.json | Markus Armbruster | 1 | -0/+1 |
2019-06-21 | hax: Honor CPUState::halted | Colin Xu | 1 | -1/+0 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster | 1 | -0/+1 |
2019-06-10 | cpu: Move icount_decr to CPUNegativeOffsetState | Richard Henderson | 1 | -4/+5 |
2019-05-22 | cpus: Initialize pseudo-random seeds for all guest cpus | Richard Henderson | 1 | -0/+9 |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 1 | -1/+1 |
2019-04-18 | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 1 | -2/+2 |
2019-04-18 | tcg: Simplify how dump_drift_info() prints | Markus Armbruster | 1 | -6/+9 |
2019-02-26 | cpus: Properly release the iothread lock when killing a dummy VCPU | David Hildenbrand | 1 | -0/+1 |
2019-02-05 | cpus: ignore ESRCH in qemu_cpu_kick_thread() | Laurent Vivier | 1 | -1/+1 |
2019-01-07 | cpus.c: Fix race condition in cpu_stop_current() | Peter Maydell | 1 | -1/+2 |
2018-11-27 | cpus: run work items for all vCPUs if single-threaded | Paolo Bonzini | 1 | -4/+8 |
2018-11-06 | icount: fix deadlock when all cpus are sleeping | Clement Deschamps | 1 | -0/+8 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 1 | -4/+4 |
2018-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+2 |
2018-10-19 | cpus hw target: Use warn_report() & friends to report warnings | Markus Armbruster | 1 | -4/+4 |
2018-10-19 | replay: pass raw icount value to replay_save_clock | Paolo Bonzini | 1 | -2/+2 |
2018-10-18 | tcg: distribute tcg_time into TCG contexts | Emilio G. Cota | 1 | -1/+2 |
2018-10-02 | cpus: fix TCG kick timer leak | Alex Bennée | 1 | -2/+3 |
2018-10-02 | replay: wake up vCPU when replaying | Pavel Dovgalyuk | 1 | -10/+21 |
2018-10-02 | cpus: access .qemu_icount_bias with atomic64 | Emilio G. Cota | 1 | -10/+11 |
2018-10-02 | cpus: access .qemu_icount with atomic64 | Emilio G. Cota | 1 | -4/+4 |
2018-10-02 | cpus: take seqlock across qemu_icount updates | Paolo Bonzini | 1 | -8/+14 |
2018-10-02 | cpus: initialize timers_state.vm_clock_lock | Emilio G. Cota | 1 | -0/+1 |
2018-09-24 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into... | Peter Maydell | 1 | -1/+0 |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 1 | -4/+4 |