- 40ebdc4 replay: Remove unused replay_disable_events by Dr. David Alan Gilbert · 5 months ago
- 94962ff Revert "replay: stop us hanging in rr_wait_io_event" by Nicholas Piggin · 7 months ago
- 9dbab31 replay: allow runstate shutdown->running when replaying trace by Nicholas Piggin · 7 months ago
- 7653b1e replay: Improve error messages about configuration conflicts by Markus Armbruster · 12 months ago
- 9468484 Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging by Peter Maydell · 1 year, 2 months ago
- 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
- 1f881ea replay: stop us hanging in rr_wait_io_event by Alex Bennée · 1 year, 3 months ago
- fd84325 replay/replay-char: use report_sync_error by Alex Bennée · 1 year, 3 months ago
- dcda732 replay: introduce a central report point for sync errors by Alex Bennée · 1 year, 3 months ago
- 2b7a58b replay: make has_unread_data a bool by Alex Bennée · 1 year, 3 months ago
- 808eab6 replay: add proper kdoc for ReplayState by Alex Bennée · 1 year, 3 months ago
- 8835ed3 replay: remove host_clock_last by Alex Bennée · 1 year, 3 months ago
- 440b217 replay: Constify VMState by Richard Henderson · 1 year, 2 months ago
- b49f475 block: remove AioContext locking by Stefan Hajnoczi · 1 year, 3 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- 2bfb10d ui: add the infrastructure to support MT events by Sergio Lopez · 1 year, 9 months ago
- 83ecdb1 accel/tcg/tcg-accel-ops-rr: ensure fairness with icount by Jamie Iles · 1 year, 10 months ago
- 0ec8384 replay: Simplify setting replay blockers by Markus Armbruster · 2 years, 1 month ago
- 48804ee Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 2 months ago
- d01c004 qapi replay: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 66997c4 cleanup: Tweak and re-run return_directly.cocci by Markus Armbruster · 2 years, 3 months ago
- fb72e77 replay: Fix declaration of replay_read_next_clock by Richard Henderson · 2 years, 3 months ago
- fafd35a Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging by Stefan Hajnoczi · 2 years, 5 months ago
- 76eb88b Drop superfluous conditionals around g_free() by Markus Armbruster · 2 years, 5 months ago
- 8f9abdf chardev: src buffer const for write functions by Arwed Meyer · 2 years, 6 months ago
- 3e21408 replay: simplify async event processing by Pavel Dovgalyuk · 2 years, 9 months ago
- 60618e2 replay: rewrite async event handling by Pavel Dovgalyuk · 2 years, 9 months ago
- c4b8ffc replay: fix event queue flush for qemu shutdown by Pavel Dovgalyuk · 2 years, 9 months ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
- 46967b1 replay: notify CPU on event by Pavel Dovgalyuk · 4 years ago
- 7cebff0 replay: fix recursive checkpoints by Pavel Dovgalyuk · 4 years ago
- 366a85e replay: fix icount request when replaying clock access by Pavel Dovgalyuk · 4 years ago
- f1a9fcd migration: wire up support for snapshot device selection by Daniel P. Berrangé · 4 years, 1 month ago
- f781f84 migration: control whether snapshots are ovewritten by Daniel P. Berrangé · 4 years, 1 month ago
- 3d3e9b1 block: rename and alter bdrv_all_find_snapshot semantics by Daniel P. Berrangé · 4 years, 1 month ago
- c22d644 block: allow specifying name of block device for vmstate storage by Daniel P. Berrangé · 4 years, 1 month ago
- cf3a74c block: add ability to specify list of blockdevs during snapshot by Daniel P. Berrangé · 4 years, 1 month ago
- f61fe11 migration: stop returning errno from load_snapshot() by Daniel P. Berrangé · 4 years, 1 month ago
- 7ea14df migration: Make save_snapshot() return bool, not 0/-1 by Philippe Mathieu-Daudé · 4 years, 1 month ago
- e26f98e block: push error reporting into bdrv_all_*_snapshot functions by Daniel P. Berrangé · 4 years, 1 month ago
- 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 2 months ago
- dc24926 replay: remove some dead code by Pavel Dovgalyuk · 4 years, 4 months ago
- 9b1c911 replay: do not build if TCG is not available by Claudio Fontana · 4 years, 5 months ago
- 56357d8 replay: create temporary snapshot at debugger connection by Pavel Dovgalyuk · 4 years, 5 months ago
- cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 5 months ago
- fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 5 months ago
- f9a9fb6 replay: flush rr queue before loading the vmstate by Pavel Dovgalyuk · 4 years, 5 months ago
- f6baed3 replay: implement replay-seek command by Pavel Dovgalyuk · 4 years, 5 months ago
- e751067 replay: introduce breakpoint at the specified step by Pavel Dovgalyuk · 4 years, 5 months ago
- e3b09ad replay: introduce info hmp/qmp command by Pavel Dovgalyuk · 4 years, 5 months ago
- 56db119 replay: provide an accessor for rr filename by Pavel Dovgalyuk · 4 years, 5 months ago
- 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 6 months ago
- 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 6 months ago
- 17ef2af meson: convert replay directory to Meson by Marc-André Lureau · 6 years ago
- 677a3ba replay: synchronize on every virtual timer callback by Pavel Dovgalyuk · 4 years, 9 months ago
- ed5d7ff replay: fix replay shutdown for console mode by Pavel Dovgalyuk · 4 years, 9 months ago
- ddf63df replay: implement fair mutex by Pavel Dovgalyuk · 4 years, 10 months ago
- 878ec29 replay: record and replay random number sources by Pavel Dovgalyuk · 5 years ago
- e4ec5ad replay: add BH oneshot event for block layer by Pavel Dovgalyuk · 5 years ago
- ae25dcc replay: finish record/replay before closing the disks by Pavel Dovgalyuk · 5 years ago
- 33f18cf Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request' into staging by Peter Maydell · 6 years ago
- 7520462 audio: use size_t where makes sense by Kővágó, Zoltán · 6 years ago
- 13f2671 replay: rename step-related variables and functions by Pavel Dovgalyuk · 6 years ago
- 82f4915 replay: refine replay-time module by Pavel Dovgalyuk · 6 years ago
- e957ad8 replay: fix replay shutdown by Pavel Dovgalyuk · 6 years ago
- 245429e replay: add missing fix for internal function by Pavel Dovgalyuk · 6 years ago
- a02fe2c replay: Remove host_clock_last by Dr. David Alan Gilbert · 6 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 0b57007 replay: Exit on errors reading from replay log by Peter Maydell · 6 years ago
- 74c0b81 replay: pass raw icount value to replay_save_clock by Paolo Bonzini · 6 years ago
- ca9759c replay: don't process events at virtual clock checkpoint by Pavel Dovgalyuk · 6 years ago
- bb3d770 replay: allow loading any snapshots before recording by Pavel Dovgalyuk · 6 years ago
- d873fe0 replay: flush events when exiting by Pavel Dovgalyuk · 6 years ago
- 0c08185 replay: wake up vCPU when replaying by Pavel Dovgalyuk · 6 years ago
- 55d38d1 trivial: Make bios files and source files non-executable by Thomas Huth · 7 years ago
- 0b30dc0 replay: save vmstate of the asynchronous events by Pavel Dovgalyuk · 7 years ago
- 89e46eb replay: don't process async events when warping the clock by Pavel Dovgalyuk · 7 years ago
- 66eb782 replay: avoid recursive call of checkpoints by Pavel Dovgalyuk · 7 years ago
- 6dc0f52 replay: check return values of fwrite by Pavel Dovgalyuk · 7 years ago
- d759c95 replay: push replay_mutex_lock up the call tree by Alex Bennée · 7 years ago
- 1a42389 replay: don't destroy mutex at exit by Pavel Dovgalyuk · 7 years ago
- a36544d replay: make locking visible outside replay code by Alex Bennée · 7 years ago
- 180d30b replay/replay-internal.c: track holding of replay_lock by Alex Bennée · 7 years ago
- 80be169 replay/replay.c: bump REPLAY_VERSION again by Alex Bennée · 7 years ago
- 4b930d2 replay: save prior value of the host clock by Pavel Dovgalyuk · 7 years ago
- 377b21c replay: fix save/load vm for non-empty queue by Pavel Dovgalyuk · 7 years ago
- 1652e0c replay: fixed replay_enable_events by Pavel Dovgalyuk · 7 years ago
- 1a96e3c replay: fix processing async events by Pavel Dovgalyuk · 7 years ago
- 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
- 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
- cb8b8ef Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into staging by Peter Maydell · 8 years ago
- 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
- 5e22479 migration: Create include for migration snapshots by Juan Quintela · 8 years ago
- cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
- 802f045 shutdown: Preserve shutdown cause through replay by Eric Blake · 8 years ago