]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: block: Always assume support for 'block-export-add'
authorPeter Krempa <pkrempa@redhat.com>
Tue, 8 Apr 2025 11:50:53 +0000 (13:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Apr 2025 16:01:56 +0000 (18:01 +0200)
commitcb332d616a63cd436d34cb193e93a6404f808289
treea78d3c1d4dc4b30ada91acd83cf784e1a0bb127a
parentfe88f3f15156282cec49aeae566d69e0491723e7
qemu: block: Always assume support for 'block-export-add'

'block-export-add' QMP command which replaces 'nbd-server-add' was
introduced in qemu-5.2. We can thus drop the old code now.

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