From 0bdefd9b046dc82ce4a6461ccdaba63591ca5464 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Thu, 3 Oct 2013 17:11:57 -0400 Subject: [PATCH] nodedev: Resolve Relax-NG validity error Commit id 'c4a4603de' added an output to the nodedev xml, but did not update the schema. This resulted in the failure of the 'virt-xml-validate' on a file generated by 'virsh nodedev-dumpxml pci_0000_00_00_0' (for example). This was found/seen by running autotest on my host. --- docs/schemas/nodedev.rng | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng index d2bebffd52..81ab4d4856 100644 --- a/docs/schemas/nodedev.rng +++ b/docs/schemas/nodedev.rng @@ -12,6 +12,9 @@ + + + -- 2.47.2