]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Inline qemuBuildDiskFrontendAttributeErrorPolicy
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 Feb 2022 12:33:41 +0000 (13:33 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Feb 2022 08:28:57 +0000 (09:28 +0100)
commita572a285abf4a54e7cea7dea7268d867bc5509c3
tree81af1a51d5396dc31bd9c9d614f6a49c3ee3c09a
parentf92362003104d72ac3545fac34d7d2972449a2c1
qemu: command: Inline qemuBuildDiskFrontendAttributeErrorPolicy

Commit dc481f11a61 which converted the function generating properties
for disk '-device' argument to JSON removed the only other use of
qemuBuildDiskFrontendAttributeErrorPolicy, so we can now inline it into
qemuBuildDriveStr.

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