From: Bharata B Rao Date: Mon, 12 Dec 2011 23:39:31 +0000 (+1100) Subject: Add New address type spapr-vio to domain.rng X-Git-Tag: v0.9.9-rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba56a94103673a577e4156258a77ff188c91daa;p=thirdparty%2Flibvirt.git Add New address type spapr-vio to domain.rng Original patch by Bharata. Updated to use {1,16} in spaprvioReg based on example from Eric Blake. Signed-off-by: Bharata B Rao Signed-off-by: Prerna Saxena Signed-off-by: Michael Ellerman --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 27ec1da66d..553a6f095e 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -2199,6 +2199,13 @@ + + + + + + + @@ -2577,6 +2584,12 @@ + + + spapr-vio + + + @@ -2866,4 +2879,9 @@ [a-zA-Z0-9_\.:]+ + + + (0x)?[0-9a-fA-F]{1,16} + +