From 231af0a08ca6c021a8d5daa8a4a9d804b9224ea8 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Thu, 11 Aug 2022 16:36:24 -0600 Subject: [PATCH] schema: Add maxphysaddr element to hostcpu The output of "virsh capabilities" was not conformant to the capability.rng schema. Add the missing element to the schema. Fixes: c647bf29afb9890c792172ecf7db2c9c27babbb6 Signed-off-by: Tim Wiederhake Signed-off-by: Jim Fehlig Reviewed-by: Michal Privoznik --- src/conf/schemas/cputypes.rng | 3 +++ tests/capabilityschemadata/caps-test.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/src/conf/schemas/cputypes.rng b/src/conf/schemas/cputypes.rng index 219acaef14..986a5f3715 100644 --- a/src/conf/schemas/cputypes.rng +++ b/src/conf/schemas/cputypes.rng @@ -389,6 +389,9 @@ + + + diff --git a/tests/capabilityschemadata/caps-test.xml b/tests/capabilityschemadata/caps-test.xml index 44a390a5b6..b508f25dce 100644 --- a/tests/capabilityschemadata/caps-test.xml +++ b/tests/capabilityschemadata/caps-test.xml @@ -4,6 +4,7 @@ i686 Intel + -- 2.39.5