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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-10
migration: process_incoming_migration_co: simplify code flow around ret
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2023-05-10
migration: drop colo_incoming_thread from MigrationIncomingState
Vladimir Sementsov-Ogievskiy
2
-5
/
+4
2023-05-10
build: move COLO under CONFIG_REPLICATION
Vladimir Sementsov-Ogievskiy
8
-33
/
+60
2023-05-10
colo: make colo_checkpoint_notify static and provide simpler API
Vladimir Sementsov-Ogievskiy
3
-15
/
+27
2023-05-10
block/meson.build: prefer positive condition for replication
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2023-05-10
multifd: Add the ramblock to MultiFDRecvParams
Lukas Straub
2
-6
/
+7
2023-05-10
ram: Let colo_flush_ram_cache take the bitmap_mutex
Lukas Straub
1
-0
/
+2
2023-05-10
ram: Add public helper to set colo bitmap
Lukas Straub
2
-3
/
+15
2023-05-10
Merge tag 'pull-testing-updates-100523-1' of https://gitlab.com/stsquad/qemu ...
Richard Henderson
9
-43
/
+131
2023-05-10
hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine
Fabiano Rosas
2
-1
/
+1
2023-05-10
tests/avocado: use http for mipsdistros.mips.com
Alex Bennée
1
-3
/
+3
2023-05-10
gitlab: enable minimal device profile for aarch64 --disable-tcg
Alex Bennée
1
-1
/
+1
2023-05-10
gitlab: add ubuntu-22.04-aarch64-without-defaults
Alex Bennée
1
-0
/
+22
2023-05-10
scripts/ci: clean-up the 20.04/22.04 confusion in ansible
Alex Bennée
3
-37
/
+80
2023-05-10
scripts/ci: add gitlab-runner to kvm group
Alex Bennée
1
-0
/
+1
2023-05-10
docs: document breakpoint and watchpoint support
Alex Bennée
1
-0
/
+22
2023-05-10
tests/docker: bump the xtensa base to debian:11-slim
Alex Bennée
1
-1
/
+1
2023-05-10
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
47
-240
/
+474
2023-05-10
block: compile out assert_bdrv_graph_readable() by default
Stefan Hajnoczi
5
-0
/
+12
2023-05-10
block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK
Kevin Wolf
4
-3
/
+15
2023-05-10
block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK
Kevin Wolf
7
-10
/
+19
2023-05-10
block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCK
Kevin Wolf
2
-3
/
+6
2023-05-10
block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
Kevin Wolf
1
-2
/
+4
2023-05-10
block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2
-7
/
+13
2023-05-10
block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
3
-6
/
+9
2023-05-10
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
7
-14
/
+22
2023-05-10
block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
4
-5
/
+10
2023-05-10
mirror: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
1
-1
/
+1
2023-05-10
vhdx: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
1
-4
/
+5
2023-05-10
nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2
-20
/
+24
2023-05-10
nbd: Remove nbd_co_flush() wrapper function
Kevin Wolf
1
-8
/
+3
2023-05-10
block: .bdrv_open is non-coroutine and unlocked
Kevin Wolf
4
-26
/
+21
2023-05-10
graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock
Kevin Wolf
1
-8
/
+8
2023-05-10
graph-lock: Add GRAPH_UNLOCKED(_PTR)
Kevin Wolf
1
-0
/
+2
2023-05-10
test-bdrv-drain: Don't modify the graph in coroutines
Kevin Wolf
1
-37
/
+75
2023-05-10
iotests: Test resizing image attached to an iothread
Kevin Wolf
2
-0
/
+82
2023-05-10
block: Don't call no_coroutine_fns in qmp_block_resize()
Kevin Wolf
1
-2
/
+2
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
12
-40
/
+44
2023-05-10
block: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
2
-2
/
+14
2023-05-10
qcow2: Don't call bdrv_getlength() in coroutine_fns
Kevin Wolf
3
-12
/
+13
2023-05-10
migration: Attempt disk reactivation in more failure scenarios
Eric Blake
1
-10
/
+14
2023-05-10
iotests/nbd-reconnect-on-open: Fix NBD socket path
Kevin Wolf
2
-3
/
+4
2023-05-10
block: Fix use after free in blockdev_mark_auto_del()
Kevin Wolf
1
-4
/
+14
2023-05-10
aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
Stefan Hajnoczi
4
-5
/
+4
2023-05-10
block: add missing coroutine_fn annotations
Paolo Bonzini
2
-4
/
+4
2023-05-10
block: add configure options for excluding vmdk, vhdx and vpc
Vladimir Sementsov-Ogievskiy
4
-5
/
+31
2023-05-10
Merge tag 'pull-qapi-2023-05-09-v2' of https://repo.or.cz/qemu/armbru into st...
Richard Henderson
48
-4460
/
+4919
2023-05-10
Merge tag 'vfio-updates-20230509.0' of https://gitlab.com/alex.williamson/qem...
Richard Henderson
3
-3
/
+68
2023-05-10
target/loongarch: Terminate vmstate subsections list
Richard Henderson
1
-0
/
+1
2023-05-10
qapi: Reformat doc comments to conform to current conventions
Markus Armbruster
39
-4020
/
+4408
[prev]
[next]