Age | Commit message (Expand) | Author |
2022-03-04 | include/block/blockjob.h: global state API | Emanuele Giuseppe Esposito |
2022-03-04 | block.c: add assertions to static functions | Emanuele Giuseppe Esposito |
2022-03-04 | GS and IO CODE macros for blockjob_int.h | Emanuele Giuseppe Esposito |
2022-03-04 | include/block/blockjob_int.h: split header into I/O and GS API | Emanuele Giuseppe Esposito |
2022-03-04 | block: introduce assert_bdrv_graph_writable | Emanuele Giuseppe Esposito |
2022-03-04 | IO_CODE and IO_OR_GS_CODE for block_int I/O API | Emanuele Giuseppe Esposito |
2022-03-04 | assertions for block_int global state API | Emanuele Giuseppe Esposito |
2022-03-04 | include/block/block_int: split header into I/O and global state API | Emanuele Giuseppe Esposito |
2022-03-04 | block.c: assertions to the block layer permissions API | Emanuele Giuseppe Esposito |
2022-03-04 | IO_CODE and IO_OR_GS_CODE for block-backend I/O API | Emanuele Giuseppe Esposito |
2022-03-04 | block/block-backend.c: assertions for block-backend | Emanuele Giuseppe Esposito |
2022-03-04 | include/sysemu/block-backend: split header into I/O and global state (GS) API | Emanuele Giuseppe Esposito |
2022-03-04 | block/export/fuse.c: allow writable exports to take RESIZE permission | Emanuele Giuseppe Esposito |
2022-03-04 | IO_CODE and IO_OR_GS_CODE for block I/O API | Emanuele Giuseppe Esposito |
2022-03-04 | assertions for block global state API | Emanuele Giuseppe Esposito |
2022-03-04 | include/block/block: split header into I/O and global state API | Emanuele Giuseppe Esposito |
2022-03-04 | main loop: macros to mark GS and I/O functions | Emanuele Giuseppe Esposito |
2022-03-04 | main-loop.h: introduce qemu_in_main_thread() | Emanuele Giuseppe Esposito |
2022-03-04 | iotests/185: Add post-READY quit tests | Hanna Reitz |
2022-03-04 | qsd: Add --daemonize | Hanna Reitz |
2022-03-04 | qsd: Add pre-init argument parsing pass | Hanna Reitz |
2022-03-04 | os-posix: Add os_set_daemonize() | Hanna Reitz |
2022-03-04 | cpus: use coroutine TLS macros for iothread_locked | Stefan Hajnoczi |
2022-03-04 | rcu: use coroutine TLS macros | Stefan Hajnoczi |
2022-03-04 | util/async: replace __thread with QEMU TLS macros | Stefan Hajnoczi |
2022-03-04 | tls: add macros for coroutine-safe TLS variables | Stefan Hajnoczi |
2022-03-04 | block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate | Emanuele Giuseppe Esposito |
2022-03-04 | block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o... | Emanuele Giuseppe Esposito |
2022-03-04 | block: introduce bdrv_activate | Emanuele Giuseppe Esposito |
2022-03-04 | crypto: distinguish between main loop and I/O in block_crypto_amend_options_g... | Emanuele Giuseppe Esposito |
2022-03-04 | crypto: perform permission checks under BQL | Emanuele Giuseppe Esposito |
2022-03-04 | Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ... | Peter Maydell |
2022-03-04 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-nios-20220303' int... | Peter Maydell |
2022-03-03 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220... | Peter Maydell |
2022-03-03 | target/nios2: Rewrite interrupt handling | Richard Henderson |
2022-03-03 | target/nios2: Special case ipending in rdctl and wrctl | Richard Henderson |
2022-03-03 | target/nios2: Split mmu_write | Richard Henderson |
2022-03-03 | target/nios2: Hoist R_ZERO check in rdctl | Richard Henderson |
2022-03-03 | target/nios2: Only build mmu.c for system mode | Richard Henderson |
2022-03-03 | target/nios2: Replace MMU_LOG with tracepoints | Richard Henderson |
2022-03-03 | target/nios2: Remove mmu_read_debug | Richard Henderson |
2022-03-03 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'... | Peter Maydell |
2022-03-03 | hw/nvme: 64-bit pi support | Naveen Nagar |
2022-03-03 | hw/nvme: add pi tuple size helper | Klaus Jensen |
2022-03-03 | hw/nvme: add support for the lbafee hbs feature | Naveen Nagar |
2022-03-03 | hw/nvme: move format parameter parsing | Klaus Jensen |
2022-03-03 | hw/nvme: add host behavior support feature | Naveen Nagar |
2022-03-03 | hw/nvme: move dif/pi prototypes into dif.h | Klaus Jensen |
2022-03-03 | target/riscv: expose zfinx, zdinx, zhinx{min} properties | Weiwei Li |
2022-03-03 | target/riscv: add support for zhinx/zhinxmin | Weiwei Li |