aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-04block_int-common.h: assertions in the callers of BdrvChildClass function poin...Emanuele Giuseppe Esposito
2022-03-04block_int-common.h: split function pointers in BdrvChildClassEmanuele Giuseppe Esposito
2022-03-04block_int-common.h: assertions in the callers of BlockDriver function pointersEmanuele Giuseppe Esposito
2022-03-04block_int-common.h: split function pointers in BlockDriverEmanuele Giuseppe Esposito
2022-03-04block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito
2022-03-04block/copy-before-write.h: global state API + assertionsEmanuele Giuseppe Esposito
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito
2022-03-04assertions for blockdev.h global state APIEmanuele Giuseppe Esposito
2022-03-04include/sysemu/blockdev.h: global state APIEmanuele Giuseppe Esposito
2022-03-04assertions for blockjob.h global state APIEmanuele Giuseppe Esposito
2022-03-04include/block/blockjob.h: global state APIEmanuele Giuseppe Esposito
2022-03-04block.c: add assertions to static functionsEmanuele Giuseppe Esposito
2022-03-04GS and IO CODE macros for blockjob_int.hEmanuele Giuseppe Esposito
2022-03-04include/block/blockjob_int.h: split header into I/O and GS APIEmanuele Giuseppe Esposito
2022-03-04block: introduce assert_bdrv_graph_writableEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito
2022-03-04block.c: assertions to the block layer permissions APIEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block-backend I/O APIEmanuele Giuseppe Esposito
2022-03-04block/block-backend.c: assertions for block-backendEmanuele Giuseppe Esposito
2022-03-04include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito
2022-03-04block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito
2022-03-04main loop: macros to mark GS and I/O functionsEmanuele Giuseppe Esposito
2022-03-04main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito
2022-03-04iotests/185: Add post-READY quit testsHanna Reitz
2022-03-04qsd: Add --daemonizeHanna Reitz
2022-03-04qsd: Add pre-init argument parsing passHanna Reitz
2022-03-04os-posix: Add os_set_daemonize()Hanna Reitz
2022-03-04cpus: use coroutine TLS macros for iothread_lockedStefan Hajnoczi
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi
2022-03-04util/async: replace __thread with QEMU TLS macrosStefan Hajnoczi
2022-03-04tls: add macros for coroutine-safe TLS variablesStefan Hajnoczi
2022-03-04block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activateEmanuele Giuseppe Esposito
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito
2022-03-04crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...Emanuele Giuseppe Esposito
2022-03-04crypto: perform permission checks under BQLEmanuele Giuseppe Esposito
2022-03-04Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2022-03-04Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-nios-20220303' int...Peter Maydell
2022-03-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson
2022-03-03target/nios2: Split mmu_writeRichard Henderson
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson