Age | Commit message (Expand) | Author | Files | Lines |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2 | -7/+7 |
2021-04-01 | replay: notify CPU on event | Pavel Dovgalyuk | 1 | -0/+2 |
2021-04-01 | replay: fix recursive checkpoints | Pavel Dovgalyuk | 1 | -5/+6 |
2021-02-16 | replay: fix icount request when replaying clock access | Pavel Dovgalyuk | 3 | -28/+28 |
2021-02-08 | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 2 | -4/+5 |
2021-02-08 | migration: control whether snapshots are ovewritten | Daniel P. Berrangé | 2 | -2/+2 |
2021-02-08 | block: rename and alter bdrv_all_find_snapshot semantics | Daniel P. Berrangé | 1 | -1/+5 |
2021-02-08 | block: allow specifying name of block device for vmstate storage | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | block: add ability to specify list of blockdevs during snapshot | Daniel P. Berrangé | 1 | -2/+2 |
2021-02-08 | migration: stop returning errno from load_snapshot() | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | migration: Make save_snapshot() return bool, not 0/-1 | Philippe Mathieu-Daudé | 2 | -2/+2 |
2021-02-08 | block: push error reporting into bdrv_all_*_snapshot functions | Daniel P. Berrangé | 1 | -2/+2 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 1 | -1/+0 |
2020-11-09 | replay: remove some dead code | Pavel Dovgalyuk | 1 | -3/+0 |
2020-10-22 | replay: do not build if TCG is not available | Claudio Fontana | 2 | -2/+98 |
2020-10-06 | replay: create temporary snapshot at debugger connection | Pavel Dovgalyuk | 1 | -0/+14 |
2020-10-06 | gdbstub: add reverse continue support in replay mode | Pavel Dovgalyuk | 1 | -0/+72 |
2020-10-06 | gdbstub: add reverse step support in replay mode | Pavel Dovgalyuk | 1 | -0/+34 |
2020-10-06 | replay: flush rr queue before loading the vmstate | Pavel Dovgalyuk | 2 | -2/+4 |
2020-10-06 | replay: implement replay-seek command | Pavel Dovgalyuk | 1 | -0/+87 |
2020-10-06 | replay: introduce breakpoint at the specified step | Pavel Dovgalyuk | 3 | -0/+105 |
2020-10-06 | replay: introduce info hmp/qmp command | Pavel Dovgalyuk | 2 | -0/+44 |
2020-10-06 | replay: provide an accessor for rr filename | Pavel Dovgalyuk | 1 | -0/+5 |
2020-10-05 | icount: rename functions to be consistent with the module name | Claudio Fontana | 1 | -1/+1 |
2020-10-05 | cpu-timers, icount: new modules | Claudio Fontana | 1 | -2/+2 |
2020-08-21 | meson: convert replay directory to Meson | Marc-André Lureau | 2 | -10/+12 |
2020-06-26 | replay: synchronize on every virtual timer callback | Pavel Dovgalyuk | 1 | -1/+1 |
2020-06-12 | replay: fix replay shutdown for console mode | Pavel Dovgalyuk | 1 | -0/+5 |
2020-06-10 | replay: implement fair mutex | Pavel Dovgalyuk | 1 | -1/+14 |
2020-01-07 | replay: record and replay random number sources | Pavel Dovgalyuk | 4 | -2/+49 |
2019-10-14 | replay: add BH oneshot event for block layer | Pavel Dovgalyuk | 2 | -0/+17 |
2019-10-14 | replay: finish record/replay before closing the disks | Pavel Dovgalyuk | 1 | -0/+2 |
2019-08-21 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request... | Peter Maydell | 2 | -9/+9 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 2 | -9/+9 |
2019-08-20 | replay: rename step-related variables and functions | Pavel Dovgalyuk | 6 | -26/+26 |
2019-08-20 | replay: refine replay-time module | Pavel Dovgalyuk | 1 | -20/+16 |
2019-08-20 | replay: fix replay shutdown | Pavel Dovgalyuk | 1 | -4/+4 |
2019-08-20 | replay: add missing fix for internal function | Pavel Dovgalyuk | 1 | -1/+1 |
2019-08-20 | replay: Remove host_clock_last | Dr. David Alan Gilbert | 1 | -5/+2 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2 | -2/+2 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 4 | -4/+0 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 5 | -5/+0 |
2018-11-08 | replay: Exit on errors reading from replay log | Peter Maydell | 1 | -3/+13 |
2018-10-19 | replay: pass raw icount value to replay_save_clock | Paolo Bonzini | 3 | -13/+22 |
2018-10-19 | replay: don't process events at virtual clock checkpoint | Pavel Dovgalyuk | 2 | -1/+9 |
2018-10-02 | replay: allow loading any snapshots before recording | Pavel Dovgalyuk | 1 | -5/+12 |
2018-10-02 | replay: flush events when exiting | Pavel Dovgalyuk | 2 | -15/+1 |
2018-10-02 | replay: wake up vCPU when replaying | Pavel Dovgalyuk | 1 | -0/+12 |
2018-09-25 | trivial: Make bios files and source files non-executable | Thomas Huth | 1 | -0/+0 |