aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell
2022-03-03hw/nvme: 64-bit pi supportNaveen Nagar
2022-03-03hw/nvme: add pi tuple size helperKlaus Jensen
2022-03-03hw/nvme: add support for the lbafee hbs featureNaveen Nagar
2022-03-03hw/nvme: move format parameter parsingKlaus Jensen
2022-03-03hw/nvme: add host behavior support featureNaveen Nagar
2022-03-03hw/nvme: move dif/pi prototypes into dif.hKlaus Jensen
2022-03-03target/riscv: expose zfinx, zdinx, zhinx{min} propertiesWeiwei Li
2022-03-03target/riscv: add support for zhinx/zhinxminWeiwei Li
2022-03-03target/riscv: add support for zdinxWeiwei Li
2022-03-03target/riscv: add support for zfinxWeiwei Li