]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuValidateDomainDeviceDefDiskFrontend: Fix error message if io='native' is unsupported
authorPeter Krempa <pkrempa@redhat.com>
Tue, 7 Dec 2021 12:53:30 +0000 (13:53 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 9 Dec 2021 13:04:44 +0000 (14:04 +0100)
commit217e1527e958c0b80c60b27a72dba564dc4effad
tree739df6b758de55566d6a9879d2652e6fd58d04ed
parent8a637cc766028951a465bba546d0bd07d6123679
qemuValidateDomainDeviceDefDiskFrontend: Fix error message if io='native' is unsupported

The error is a hard error, so the part about fallback doesn't make
sense. Spell the attribute the same way as it's in XML.

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