From b5f63691a6c3e7d6b8c1e1de83ea1804f3b1a438 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Thu, 11 Aug 2022 16:13:36 -0600 Subject: [PATCH] schema: Remove optional nesting in hostcpu rng The hostcpu rng has an optional "model" element, with the remaining elements each within a nested optional. Remove the optional nesting and have each element explicitly listed as optional Signed-off-by: Jim Fehlig Reviewed-by: Michal Privoznik --- src/conf/schemas/cputypes.rng | 126 +++++++++++++++++----------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/src/conf/schemas/cputypes.rng b/src/conf/schemas/cputypes.rng index 4ae386c3c0..6fbb069661 100644 --- a/src/conf/schemas/cputypes.rng +++ b/src/conf/schemas/cputypes.rng @@ -346,70 +346,70 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [a-zA-Z0-9\-_]+ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [a-zA-Z0-9\-_]+ + + + + + + + + + + + + + + + + +