Re: [PATCH 2/6] nodedev: Add VIR_NODE_DEVICE_(CREATE|DEFINE)_XML_VALIDATE flags

2022-11-01 Thread Peter Krempa
On Tue, Nov 01, 2022 at 15:43:40 +0100, Michal Prívozník wrote: > On 10/20/22 16:37, Peter Krempa wrote: > > The node device APIs which get XML from the user don't yet support XML > > validation flags. Introduce virNodeDeviceCreateXMLFlags and > > virNodeDeviceDefineXMLFlags with the appropriate

Re: [PATCH 2/6] nodedev: Add VIR_NODE_DEVICE_(CREATE|DEFINE)_XML_VALIDATE flags

2022-11-01 Thread Michal Prívozník
On 10/20/22 16:37, Peter Krempa wrote: > The node device APIs which get XML from the user don't yet support XML > validation flags. Introduce virNodeDeviceCreateXMLFlags and > virNodeDeviceDefineXMLFlags with the appropriate flags and add virsh > support for the new flags. > > Signed-off-by:

[PATCH 2/6] nodedev: Add VIR_NODE_DEVICE_(CREATE|DEFINE)_XML_VALIDATE flags

2022-10-20 Thread Peter Krempa
The node device APIs which get XML from the user don't yet support XML validation flags. Introduce virNodeDeviceCreateXMLFlags and virNodeDeviceDefineXMLFlags with the appropriate flags and add virsh support for the new flags. Signed-off-by: Peter Krempa --- docs/manpages/virsh.rst |