index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
replay
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
replay: Improve error messages about configuration conflicts
Markus Armbruster
2024-03-09
1
-1
/
+1
*
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
2024-01-09
1
-1
/
+1
|
\
|
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-1
/
+1
*
|
replay: stop us hanging in rr_wait_io_event
Alex Bennée
2024-01-08
1
-0
/
+21
*
|
replay/replay-char: use report_sync_error
Alex Bennée
2024-01-08
1
-4
/
+2
*
|
replay: introduce a central report point for sync errors
Alex Bennée
2024-01-08
4
-1
/
+131
*
|
replay: make has_unread_data a bool
Alex Bennée
2024-01-08
3
-7
/
+7
*
|
replay: add proper kdoc for ReplayState
Alex Bennée
2024-01-08
1
-10
/
+17
*
|
replay: remove host_clock_last
Alex Bennée
2024-01-08
1
-2
/
+0
|
/
*
replay: Constify VMState
Richard Henderson
2023-12-30
1
-1
/
+1
*
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-4
/
+0
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
*
ui: add the infrastructure to support MT events
Sergio Lopez
2023-05-28
1
-0
/
+18
*
accel/tcg/tcg-accel-ops-rr: ensure fairness with icount
Jamie Iles
2023-05-11
1
-2
/
+1
*
replay: Simplify setting replay blockers
Markus Armbruster
2023-02-23
2
-2
/
+6
*
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-15
1
-4
/
+1
|
\
|
*
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-14
1
-4
/
+1
*
|
qapi replay: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-1
/
+0
|
/
*
replay: Fix declaration of replay_read_next_clock
Richard Henderson
2022-11-29
1
-1
/
+1
*
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging
Stefan Hajnoczi
2022-10-04
1
-4
/
+2
|
\
|
*
Drop superfluous conditionals around g_free()
Markus Armbruster
2022-10-04
1
-4
/
+2
*
|
chardev: src buffer const for write functions
Arwed Meyer
2022-09-29
1
-1
/
+1
|
/
*
replay: simplify async event processing
Pavel Dovgalyuk
2022-06-06
4
-42
/
+31
*
replay: rewrite async event handling
Pavel Dovgalyuk
2022-06-06
4
-63
/
+38
*
replay: fix event queue flush for qemu shutdown
Pavel Dovgalyuk
2022-06-06
1
-2
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
2
-7
/
+7
*
replay: notify CPU on event
Pavel Dovgalyuk
2021-04-01
1
-0
/
+2
*
replay: fix recursive checkpoints
Pavel Dovgalyuk
2021-04-01
1
-5
/
+6
*
replay: fix icount request when replaying clock access
Pavel Dovgalyuk
2021-02-16
3
-28
/
+28
*
migration: wire up support for snapshot device selection
Daniel P. Berrangé
2021-02-08
2
-4
/
+5
*
migration: control whether snapshots are ovewritten
Daniel P. Berrangé
2021-02-08
2
-2
/
+2
*
block: rename and alter bdrv_all_find_snapshot semantics
Daniel P. Berrangé
2021-02-08
1
-1
/
+5
*
block: allow specifying name of block device for vmstate storage
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
*
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
2021-02-08
1
-2
/
+2
*
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
*
migration: Make save_snapshot() return bool, not 0/-1
Philippe Mathieu-Daudé
2021-02-08
2
-2
/
+2
*
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
2021-02-08
1
-2
/
+2
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
replay: remove some dead code
Pavel Dovgalyuk
2020-11-09
1
-3
/
+0
*
replay: do not build if TCG is not available
Claudio Fontana
2020-10-22
2
-2
/
+98
*
replay: create temporary snapshot at debugger connection
Pavel Dovgalyuk
2020-10-06
1
-0
/
+14
*
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
2020-10-06
1
-0
/
+72
*
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
2020-10-06
1
-0
/
+34
*
replay: flush rr queue before loading the vmstate
Pavel Dovgalyuk
2020-10-06
2
-2
/
+4
*
replay: implement replay-seek command
Pavel Dovgalyuk
2020-10-06
1
-0
/
+87
*
replay: introduce breakpoint at the specified step
Pavel Dovgalyuk
2020-10-06
3
-0
/
+105
*
replay: introduce info hmp/qmp command
Pavel Dovgalyuk
2020-10-06
2
-0
/
+44
*
replay: provide an accessor for rr filename
Pavel Dovgalyuk
2020-10-06
1
-0
/
+5
*
icount: rename functions to be consistent with the module name
Claudio Fontana
2020-10-05
1
-1
/
+1
*
cpu-timers, icount: new modules
Claudio Fontana
2020-10-05
1
-2
/
+2
[next]