mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Fix hotplug error message format to conform to spec
Error messages must conform to spec as specified here:
https://www.libvirt.org/coding-style.html#error-message-format
This change makes some error messages conform to the spec above.
Fixes: 8eadf82fb5 ("conf: introduce option to enable/disable pci hotplug on pci-root controller")
Signed-off-by: Ani Sinha <ani@anisinha.ca>
Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
unsupported configuration: setting the hotplug property on a 'pci-root' device is not supported by this QEMU binary
|
||||
unsupported configuration: setting the 'hotplug' property on a 'pci-root' device is not supported by this QEMU binary
|
||||
|
||||
@@ -1 +1 @@
|
||||
unsupported configuration: setting the hotplug property on a 'pci-root' device is not supported by this QEMU binary
|
||||
unsupported configuration: setting the 'hotplug' property on a 'pci-root' device is not supported by this QEMU binary
|
||||
|
||||
Reference in New Issue
Block a user