]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: block: Remove unused flags QEMU_BLOCK_STORAGE_SOURCE_BACKEND_PROPS_ flags
authorPeter Krempa <pkrempa@redhat.com>
Thu, 19 Oct 2023 15:39:15 +0000 (17:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 2 Nov 2023 14:32:43 +0000 (15:32 +0100)
commit47ee78048cbacc643f9eacc55039ded609b2ad74
tree34f4a8d6606b93210c15e37f8ca97a43ec3eef66
parent620ef445cef61038a9c9cdb7c477f0340713d824
qemu: block: Remove unused flags QEMU_BLOCK_STORAGE_SOURCE_BACKEND_PROPS_ flags

QEMU_BLOCK_STORAGE_SOURCE_BACKEND_PROPS_SKIP_UNMAP is no longer
referenced inside the code.

QEMU_BLOCK_STORAGE_SOURCE_BACKEND_PROPS_AUTO_READONLY is passed from
various code paths to the qemuBlockStorageSourceGetBackendProps helper,
but it's no longer used.

Both thus can be removed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_block.c
src/qemu/qemu_block.h
tests/qemublocktest.c