From e506b0ad37f5e0c8855b0fb04c42064d688f8f2d Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 2 Feb 2023 15:54:09 +0100 Subject: [PATCH] qemustatusxml2xmltest: Add test data for testing '' of PCI hostdev MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The XML element captures private data of a PCI device needed to restore it after a VM is started. Unfortunately at the point when it was added we didn't yet have the existing private data infrastructure. Since the element is parsed only in cases similar to the status XML we need to test it there. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko Reviewed-by: Martin Kletzander --- tests/qemustatusxml2xmldata/modern-in.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/qemustatusxml2xmldata/modern-in.xml b/tests/qemustatusxml2xmldata/modern-in.xml index f5beab722b..cdab1d7178 100644 --- a/tests/qemustatusxml2xmldata/modern-in.xml +++ b/tests/qemustatusxml2xmldata/modern-in.xml @@ -483,6 +483,18 @@
+ + + +
+ + + + + + +
+
-- 2.47.2