aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-01block/vmdk: Change extent info typeHanna Reitz2-5/+41
2023-02-01block/file: Add file-specific image infoHanna Reitz2-2/+54
2023-02-01block: Improve empty format-specific info dumpHanna Reitz3-7/+41
2023-02-01block/nbd: Add missing <qemu/bswap.h> includePhilippe Mathieu-Daudé1-0/+1
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito3-12/+12
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito5-18/+23
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito9-21/+24
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito9-21/+25
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito18-43/+59
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito10-38/+39
2023-02-01block: use bdrv_co_refresh_total_sectors when possibleEmanuele Giuseppe Esposito4-9/+9
2023-02-01block-backend: use bdrv_getlength instead of blk_getlengthEmanuele Giuseppe Esposito1-1/+1
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito35-121/+161
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito3-8/+10
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito8-20/+32
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito8-19/+20
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito7-16/+19
2023-02-01block-coroutine-wrapper: support void functionsEmanuele Giuseppe Esposito1-5/+15
2023-02-01qemu-iotests: Test qemu-img bitmap/commit exit code on errorKevin Wolf2-0/+119
2023-01-24qemu-img bitmap: Report errors while closing the imageKevin Wolf1-0/+11
2023-01-24qemu-img commit: Report errors while closing the imageKevin Wolf1-0/+13
2023-01-24qcow2: Fix theoretical corruption in store_bitmap() error pathKevin Wolf1-2/+3
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini3-12/+1
2023-01-24qemu-io: do not reinvent the blk_pwrite_zeroes wheelPaolo Bonzini1-47/+10
2023-01-24block: Add no_coroutine_fn and coroutine_mixed_fn markerAlberto Faria2-4/+47
2023-01-24coroutine: annotate coroutine_fn for libclangAlberto Faria1-0/+4
2023-01-24pflash: Only read non-zero parts of backend imageXiang Zheng1-1/+35
2023-01-24tests/qemu-iotests/262: Check for availability of "blkverify" firstThomas Huth1-1/+2
2023-01-24tests/qemu-iotests/312: Mark "quorum" as required driverThomas Huth1-0/+1
2023-01-24Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell5-44/+42
2023-01-23block/blkio: Fix inclusion of required headersPeter Krempa1-0/+2
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi3-38/+25
2023-01-23util/aio: Defer disabling poll mode as long as possibleChao Gao1-6/+15
2023-01-23Merge tag 'pull-target-arm-20230123' of https://git.linaro.org/people/pmaydel...Peter Maydell28-363/+486
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson5-49/+95
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson1-186/+186
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev1-0/+21
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev2-0/+34
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell1-1/+1
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson1-2/+2
2023-01-23target/arm: Fix physical address resolution for MTERichard Henderson1-1/+1
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson4-19/+5
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson4-19/+6
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson2-12/+12
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson5-19/+14
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson5-4/+13
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson2-1/+2
2023-01-23target/arm/sme: Reorg SME access handling in handle_msr_i()Richard Henderson1-11/+13
2023-01-23hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2cPhilippe Mathieu-Daudé5-16/+17
2023-01-23hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macroPhilippe Mathieu-Daudé1-6/+1