Age | Commit message (Expand) | Author | Files | Lines |
2024-08-16 | Revert "replay: stop us hanging in rr_wait_io_event" | Nicholas Piggin | 1 | -21/+0 |
2024-08-16 | replay: allow runstate shutdown->running when replaying trace | Nicholas Piggin | 1 | -0/+2 |
2024-03-09 | replay: Improve error messages about configuration conflicts | Markus Armbruster | 1 | -1/+1 |
2024-01-09 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Peter Maydell | 1 | -1/+1 |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 1 | -1/+1 |
2024-01-08 | replay: stop us hanging in rr_wait_io_event | Alex Bennée | 1 | -0/+21 |
2024-01-08 | replay/replay-char: use report_sync_error | Alex Bennée | 1 | -4/+2 |
2024-01-08 | replay: introduce a central report point for sync errors | Alex Bennée | 4 | -1/+131 |
2024-01-08 | replay: make has_unread_data a bool | Alex Bennée | 3 | -7/+7 |
2024-01-08 | replay: add proper kdoc for ReplayState | Alex Bennée | 1 | -10/+17 |
2024-01-08 | replay: remove host_clock_last | Alex Bennée | 1 | -2/+0 |
2023-12-30 | replay: Constify VMState | Richard Henderson | 1 | -1/+1 |
2023-12-21 | block: remove AioContext locking | Stefan Hajnoczi | 1 | -4/+0 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-05-28 | ui: add the infrastructure to support MT events | Sergio Lopez | 1 | -0/+18 |
2023-05-11 | accel/tcg/tcg-accel-ops-rr: ensure fairness with icount | Jamie Iles | 1 | -2/+1 |
2023-02-23 | replay: Simplify setting replay blockers | Markus Armbruster | 2 | -2/+6 |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 1 | -4/+1 |
2022-12-14 | qapi replay: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+0 |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster | 1 | -4/+1 |
2022-11-29 | replay: Fix declaration of replay_read_next_clock | Richard Henderson | 1 | -1/+1 |
2022-10-04 | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent... | Stefan Hajnoczi | 1 | -4/+2 |
2022-10-04 | Drop superfluous conditionals around g_free() | Markus Armbruster | 1 | -4/+2 |
2022-09-29 | chardev: src buffer const for write functions | Arwed Meyer | 1 | -1/+1 |
2022-06-06 | replay: simplify async event processing | Pavel Dovgalyuk | 4 | -42/+31 |
2022-06-06 | replay: rewrite async event handling | Pavel Dovgalyuk | 4 | -63/+38 |
2022-06-06 | replay: fix event queue flush for qemu shutdown | Pavel Dovgalyuk | 1 | -2/+1 |
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 |