aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson
2023-05-11disas: Move disas.c to disas/Richard Henderson
2023-05-11disas: Fix tabs and braces in disas.cRichard Henderson
2023-05-11accel/tcg: Fix atomic_mmu_lookup for readsRichard Henderson
2023-05-11target/m68k: Fix gen_load_fp for OS_LONGRichard Henderson
2023-05-11Merge tag 'migration-20230509-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-10migration: block incoming colo when capability is disabledVladimir Sementsov-Ogievskiy
2023-05-10migration: disallow change capabilities in COLO stateVladimir Sementsov-Ogievskiy
2023-05-10migration: process_incoming_migration_co: simplify code flow around retVladimir Sementsov-Ogievskiy
2023-05-10migration: drop colo_incoming_thread from MigrationIncomingStateVladimir Sementsov-Ogievskiy
2023-05-10build: move COLO under CONFIG_REPLICATIONVladimir Sementsov-Ogievskiy
2023-05-10colo: make colo_checkpoint_notify static and provide simpler APIVladimir Sementsov-Ogievskiy
2023-05-10block/meson.build: prefer positive condition for replicationVladimir Sementsov-Ogievskiy
2023-05-10multifd: Add the ramblock to MultiFDRecvParamsLukas Straub
2023-05-10ram: Let colo_flush_ram_cache take the bitmap_mutexLukas Straub
2023-05-10ram: Add public helper to set colo bitmapLukas Straub
2023-05-10Merge tag 'pull-testing-updates-100523-1' of https://gitlab.com/stsquad/qemu ...Richard Henderson
2023-05-10hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas
2023-05-10tests/avocado: use http for mipsdistros.mips.comAlex Bennée
2023-05-10gitlab: enable minimal device profile for aarch64 --disable-tcgAlex Bennée
2023-05-10gitlab: add ubuntu-22.04-aarch64-without-defaultsAlex Bennée
2023-05-10scripts/ci: clean-up the 20.04/22.04 confusion in ansibleAlex Bennée
2023-05-10scripts/ci: add gitlab-runner to kvm groupAlex Bennée
2023-05-10docs: document breakpoint and watchpoint supportAlex Bennée
2023-05-10tests/docker: bump the xtensa base to debian:11-slimAlex Bennée
2023-05-10Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-05-10block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10mirror: Require GRAPH_RDLOCK for accessing a node's parent listKevin Wolf
2023-05-10vhdx: Require GRAPH_RDLOCK for accessing a node's parent listKevin Wolf
2023-05-10nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10nbd: Remove nbd_co_flush() wrapper functionKevin Wolf
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf
2023-05-10graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lockKevin Wolf
2023-05-10graph-lock: Add GRAPH_UNLOCKED(_PTR)Kevin Wolf
2023-05-10test-bdrv-drain: Don't modify the graph in coroutinesKevin Wolf
2023-05-10iotests: Test resizing image attached to an iothreadKevin Wolf
2023-05-10block: Don't call no_coroutine_fns in qmp_block_resize()Kevin Wolf
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf
2023-05-10qcow2: Don't call bdrv_getlength() in coroutine_fnsKevin Wolf
2023-05-10migration: Attempt disk reactivation in more failure scenariosEric Blake
2023-05-10iotests/nbd-reconnect-on-open: Fix NBD socket pathKevin Wolf