From: Tim Wiederhake Date: Wed, 30 Sep 2020 11:54:59 +0000 (+0200) Subject: schema: Move host cpu definition to cputypes.rng X-Git-Tag: v6.9.0-rc1~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7ef77a7acdcb71d4ec7031fdb6c489955924189;p=thirdparty%2Flibvirt.git schema: Move host cpu definition to cputypes.rng This also inlines the defintions for "cpufeature", "cpuspec", "featureName" and "pagesHost", as "cpu" was the only user. Doing so avoids a naming collision when cputypes.rng is included in other schemas in a later patch. Signed-off-by: Tim Wiederhake Reviewed-by: Peter Krempa --- diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng index 68bdb29695..91a046eb48 100644 --- a/docs/schemas/capability.rng +++ b/docs/schemas/capability.rng @@ -3,6 +3,7 @@ + @@ -25,17 +26,7 @@ - - - - - - - - - - - + @@ -81,64 +72,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -567,17 +500,6 @@ - - - [a-zA-Z0-9\-_]+ - - - - - - - - diff --git a/docs/schemas/cputypes.rng b/docs/schemas/cputypes.rng index e6e82b5fd2..a2d4dbe9d1 100644 --- a/docs/schemas/cputypes.rng +++ b/docs/schemas/cputypes.rng @@ -299,4 +299,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [a-zA-Z0-9\-_]+ + + + + + + + + + + + + + + + + + + + + +