aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-10block: Fix use after free in blockdev_mark_auto_del()Kevin Wolf
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi
2023-05-10block: add missing coroutine_fn annotationsPaolo Bonzini
2023-05-10block: add configure options for excluding vmdk, vhdx and vpcVladimir Sementsov-Ogievskiy
2023-05-10Merge tag 'vfio-updates-20230509.0' of https://gitlab.com/alex.williamson/qem...Richard Henderson
2023-05-10target/loongarch: Terminate vmstate subsections listRichard Henderson
2023-05-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-09vfio/pci: Static Resizable BAR capabilityAlex Williamson
2023-05-09vfio/migration: Skip log_sync during migration SETUP stateAvihai Horon
2023-05-09vfio/pci: add support for VF tokenMinwoo Im
2023-05-08Merge tag 'compression-code-pull-request' of https://gitlab.com/juan.quintela...Richard Henderson
2023-05-08meson: leave unnecessary modules out of the buildPaolo Bonzini
2023-05-08docs: clarify --without-default-devicesPaolo Bonzini
2023-05-08target/i386: Add EPYC-Genoa model to support Zen 4 processor seriesBabu Moger
2023-05-08target/i386: Add VNMI and automatic IBRS feature bitsBabu Moger
2023-05-08target/i386: Add missing feature bits in EPYC-Milan modelBabu Moger
2023-05-08target/i386: Add feature bits for CPUID_Fn80000021_EAXBabu Moger
2023-05-08target/i386: Add a couple of feature bits in 8000_0008_EBXBabu Moger
2023-05-08target/i386: Add new EPYC CPU versions with updated cache_infoMichael Roth
2023-05-08target/i386: allow versioned CPUs to specify new cache_infoMichael Roth
2023-05-08include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 APIThomas Huth
2023-05-08migration: Initialize and cleanup decompression in migration.cLukas Straub
2023-05-08ram-compress.c: Make target independentLukas Straub
2023-05-08ram compress: Assert that the file buffer matches the resultLukas Straub
2023-05-08ram.c: Move core decompression code into its own fileLukas Straub
2023-05-08ram.c: Move core compression code into its own fileLukas Straub
2023-05-08ram.c: Remove last ram.c dependency from the core compress codeLukas Straub
2023-05-08ram.c: Call update_compress_thread_counts from compress_send_queued_dataLukas Straub
2023-05-08ram.c: Do not call save_page_header() from compress threadsLukas Straub