[libvirt] [PATCH] schema: Allow multiple machines for sparc VMs

Martin Kletzander mkletzan at redhat.com
Mon Apr 13 14:14:53 UTC 2015


Use the same pattern as there is for x86 machines.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 docs/schemas/domaincommon.rng | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 03fd541..80b30df 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -384,7 +384,9 @@
       </optional>
       <optional>
         <attribute name="machine">
-          <value>sun4m</value>
+          <data type="string">
+            <param name="pattern">[a-zA-Z0-9_\.\-]+</param>
+          </data>
         </attribute>
       </optional>
     </group>
-- 
2.3.5




More information about the libvir-list mailing list