From e7ef77a7acdcb71d4ec7031fdb6c489955924189 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Wed, 30 Sep 2020 13:54:59 +0200 Subject: [PATCH] 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 --- docs/schemas/capability.rng | 82 +------------------------------------ docs/schemas/cputypes.rng | 74 +++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 80 deletions(-) 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\-_]+ + + + + + + + + + + + + + + + + + + + + + -- 2.47.2