index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
replay
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]