108 Commits (e9d635ea1809a6e114c33413c359abbb88a35737)

Author SHA1 Message Date
Peter Maydell 729cc68373 Remove superfluous timer_del() calls 6 years ago
Pavel Dovgalyuk dc24926baf replay: remove some dead code 6 years ago
Claudio Fontana 9b1c911654 replay: do not build if TCG is not available 6 years ago
Pavel Dovgalyuk 56357d80fc replay: create temporary snapshot at debugger connection 6 years ago
Pavel Dovgalyuk cda382594b gdbstub: add reverse continue support in replay mode 6 years ago
Pavel Dovgalyuk fda8458bd3 gdbstub: add reverse step support in replay mode 6 years ago
Pavel Dovgalyuk f9a9fb6516 replay: flush rr queue before loading the vmstate 6 years ago
Pavel Dovgalyuk f6baed3d14 replay: implement replay-seek command 6 years ago
Pavel Dovgalyuk e751067179 replay: introduce breakpoint at the specified step 6 years ago
Pavel Dovgalyuk e3b09ad2b6 replay: introduce info hmp/qmp command 6 years ago
Pavel Dovgalyuk 56db1198a4 replay: provide an accessor for rr filename 6 years ago
Claudio Fontana 8191d36841 icount: rename functions to be consistent with the module name 6 years ago
Claudio Fontana 740b175973 cpu-timers, icount: new modules 6 years ago
Marc-André Lureau 17ef2af6b6 meson: convert replay directory to Meson 7 years ago
Pavel Dovgalyuk 677a3baba4 replay: synchronize on every virtual timer callback 6 years ago
Pavel Dovgalyuk ed5d7ff34a replay: fix replay shutdown for console mode 6 years ago
Pavel Dovgalyuk ddf63df736 replay: implement fair mutex 6 years ago
Pavel Dovgalyuk 878ec29b9c replay: record and replay random number sources 7 years ago
Pavel Dovgalyuk e4ec5ad464 replay: add BH oneshot event for block layer 7 years ago
Pavel Dovgalyuk ae25dccb7d replay: finish record/replay before closing the disks 7 years ago
Kővágó, Zoltán 7520462bc1 audio: use size_t where makes sense 7 years ago
Pavel Dovgalyuk 13f267133f replay: rename step-related variables and functions 7 years ago
Pavel Dovgalyuk 82f4915653 replay: refine replay-time module 7 years ago
Pavel Dovgalyuk e957ad8aef replay: fix replay shutdown 7 years ago
Pavel Dovgalyuk 245429e4a0 replay: add missing fix for internal function 7 years ago
Dr. David Alan Gilbert a02fe2ca70 replay: Remove host_clock_last 7 years ago
Markus Armbruster 54d31236b9 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h 7 years ago
Markus Armbruster d5938f29fe Clean up inclusion of sysemu/sysemu.h 7 years ago
Markus Armbruster db72581598 Include qemu/main-loop.h less 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Peter Maydell 0b57007755 replay: Exit on errors reading from replay log 8 years ago
Paolo Bonzini 74c0b816ad replay: pass raw icount value to replay_save_clock 8 years ago
Pavel Dovgalyuk ca9759c2a9 replay: don't process events at virtual clock checkpoint 8 years ago
Pavel Dovgalyuk bb3d7702e8 replay: allow loading any snapshots before recording 8 years ago
Pavel Dovgalyuk d873fe0376 replay: flush events when exiting 8 years ago
Pavel Dovgalyuk 0c08185f8f replay: wake up vCPU when replaying 8 years ago
Thomas Huth 55d38d10b8 trivial: Make bios files and source files non-executable 8 years ago
Pavel Dovgalyuk 0b30dc0164 replay: save vmstate of the asynchronous events 9 years ago
Pavel Dovgalyuk 89e46eb477 replay: don't process async events when warping the clock 9 years ago
Pavel Dovgalyuk 66eb7825d0 replay: avoid recursive call of checkpoints 9 years ago
Pavel Dovgalyuk 6dc0f52963 replay: check return values of fwrite 9 years ago
Alex Bennée d759c951f3 replay: push replay_mutex_lock up the call tree 9 years ago
Pavel Dovgalyuk 1a423896fa replay: don't destroy mutex at exit 9 years ago
Alex Bennée a36544d34c replay: make locking visible outside replay code 9 years ago
Alex Bennée 180d30bebe replay/replay-internal.c: track holding of replay_lock 9 years ago
Alex Bennée 80be169c1f replay/replay.c: bump REPLAY_VERSION again 9 years ago
Pavel Dovgalyuk 4b930d264c replay: save prior value of the host clock 9 years ago
Pavel Dovgalyuk 377b21ccea replay: fix save/load vm for non-empty queue 9 years ago
Pavel Dovgalyuk 1652e0c30f replay: fixed replay_enable_events 9 years ago
Pavel Dovgalyuk 1a96e3c1e7 replay: fix processing async events 9 years ago