Re: [PATCH] i440fx/hotplug: Fix error message format to conform to spec

2021-10-25 Thread Laine Stump
On 10/20/21 11:30 PM, Ani Sinha wrote: 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

[PATCH] i440fx/hotplug: Fix error message format to conform to spec

2021-10-20 Thread Ani Sinha
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")