From 94bac7c86682c0aac2ea52b2d9ac506ca3eb3742 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Wed, 7 Oct 2020 10:54:54 +0200 Subject: [PATCH] schema: Make element "topology" in host CPU definition optional This element is not always present, see e.g. x86_64-cpuid-Xeon-X5460-host.xml, x86_64-cpuid-Pentium-P6100-host.xml, or x86_64-cpuid-EPYC-7601-32-Core-ibpb-host.xml. Signed-off-by: Tim Wiederhake Reviewed-by: Jiri Denemark --- docs/schemas/cputypes.rng | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/schemas/cputypes.rng b/docs/schemas/cputypes.rng index 88f6904343..aea6ff0267 100644 --- a/docs/schemas/cputypes.rng +++ b/docs/schemas/cputypes.rng @@ -336,17 +336,19 @@ - - - - - - - - - - - + + + + + + + + + + + + +