- 366a85e replay: fix icount request when replaying clock access by Pavel Dovgalyuk · 3 years, 11 months ago
- f1a9fcd migration: wire up support for snapshot device selection by Daniel P. Berrangé · 4 years ago
- f781f84 migration: control whether snapshots are ovewritten by Daniel P. Berrangé · 4 years ago
- 3d3e9b1 block: rename and alter bdrv_all_find_snapshot semantics by Daniel P. Berrangé · 4 years ago
- c22d644 block: allow specifying name of block device for vmstate storage by Daniel P. Berrangé · 4 years ago
- cf3a74c block: add ability to specify list of blockdevs during snapshot by Daniel P. Berrangé · 4 years ago
- f61fe11 migration: stop returning errno from load_snapshot() by Daniel P. Berrangé · 4 years ago
- 7ea14df migration: Make save_snapshot() return bool, not 0/-1 by Philippe Mathieu-Daudé · 4 years ago
- e26f98e block: push error reporting into bdrv_all_*_snapshot functions by Daniel P. Berrangé · 4 years ago
- 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 1 month ago
- dc24926 replay: remove some dead code by Pavel Dovgalyuk · 4 years, 2 months ago
- 9b1c911 replay: do not build if TCG is not available by Claudio Fontana · 4 years, 3 months ago
- 56357d8 replay: create temporary snapshot at debugger connection by Pavel Dovgalyuk · 4 years, 3 months ago
- cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
- fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
- f9a9fb6 replay: flush rr queue before loading the vmstate by Pavel Dovgalyuk · 4 years, 3 months ago
- f6baed3 replay: implement replay-seek command by Pavel Dovgalyuk · 4 years, 3 months ago
- e751067 replay: introduce breakpoint at the specified step by Pavel Dovgalyuk · 4 years, 3 months ago
- e3b09ad replay: introduce info hmp/qmp command by Pavel Dovgalyuk · 4 years, 3 months ago
- 56db119 replay: provide an accessor for rr filename by Pavel Dovgalyuk · 4 years, 3 months ago
- 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 4 months ago
- 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 5 months ago
- 17ef2af meson: convert replay directory to Meson by Marc-André Lureau · 5 years ago
- 677a3ba replay: synchronize on every virtual timer callback by Pavel Dovgalyuk · 4 years, 7 months ago
- ed5d7ff replay: fix replay shutdown for console mode by Pavel Dovgalyuk · 4 years, 7 months ago
- ddf63df replay: implement fair mutex by Pavel Dovgalyuk · 4 years, 8 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 · 5 years ago
- 7520462 audio: use size_t where makes sense by Kővágó, Zoltán · 5 years ago
- 13f2671 replay: rename step-related variables and functions by Pavel Dovgalyuk · 5 years ago
- 82f4915 replay: refine replay-time module by Pavel Dovgalyuk · 5 years ago
- e957ad8 replay: fix replay shutdown by Pavel Dovgalyuk · 5 years ago
- 245429e replay: add missing fix for internal function by Pavel Dovgalyuk · 5 years ago
- a02fe2c replay: Remove host_clock_last by Dr. David Alan Gilbert · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 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
- 927d663 migration: Pass Error ** argument to {save,load}_vmstate by Juan Quintela · 8 years ago
- c34c2f3 monitor: Remove monitor parameter from save_vmstate by Juan Quintela · 8 years ago
- 982263c replay: assert time only goes forward by Alex Bennée · 8 years ago
- 5b12c16 replay/replay.c: bump REPLAY_VERSION by Alex Bennée · 8 years ago
- d2528bd qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h by Paolo Bonzini · 8 years ago
- 3d4d16f replay: add record/replay for audio passthrough by Pavel Dovgalyuk · 8 years ago
- 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
- 9c2037d replay: save/load initial state by Pavel Dovgalyuk · 8 years ago
- 646c547 record/replay: add network support by Pavel Dovgalyuk · 8 years ago
- 6d0ceb8 replay: allow replay stopping and restarting by Pavel Dovgalyuk · 8 years ago
- 306e196 replay: vmstate for replay module by Pavel Dovgalyuk · 8 years ago
- f186d64 replay: move internal data to the structure by Pavel Dovgalyuk · 8 years ago
- b695471 replay: Use new QAPI cloning by Eric Blake · 9 years ago
- 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
- 1830f22 qmp-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
- b70ce10 qmp-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
- 2d7fede replay: Clean up includes by Peter Maydell · 9 years ago
- 240f64b qapi: Use strict QMP input visitor in more places by Eric Blake · 9 years ago
- fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
- d9d3aae replay: Fix dangling location bug in replay_configure() by Markus Armbruster · 9 years ago
- 6378567 replay: introduce block devices record/replay by Pavel Dovgalyuk · 9 years ago
- 95b4aed replay: fix error message by Pavel Dovgalyuk · 9 years ago
- 58a0067 replay: bh scheduling fix by Pavel Dovgalyuk · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
- 33577b4 replay: character devices by Pavel Dovgalyuk · 9 years ago
- b5a1b44 ui: Shorten references into InputEvent by Eric Blake · 9 years ago
- 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
- 890ad55 replay: Set error location properly when parsing options by Eduardo Habkost · 9 years ago
- 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
- d38ea87 all: Clean up includes by Peter Maydell · 9 years ago