Patch
    xen:hw:i386:pc_piix: introduce new machine for IGD passthrough
adds a new machine type.
Blacklist it since it forces xen accel.

Cc: Tiejun Chen <tiejun.c...@intel.com>
Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
---
 tests/qom-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qom-test.c b/tests/qom-test.c
index 4246382..10799e2 100644
--- a/tests/qom-test.c
+++ b/tests/qom-test.c
@@ -16,7 +16,7 @@
 #include "qapi/qmp/types.h"
 
 static const char *blacklist_x86[] = {
-    "xenfv", "xenpv", NULL
+    "xenfv", "xenpv", "xenigd", NULL
 };
 
 static const struct {
-- 
MST

Reply via email to