[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] qom-test: blacklist xenigd
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH] qom-test: blacklist xenigd |
Date: |
Thu, 14 Aug 2014 18:02:14 +0200 |
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 <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
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
- [Qemu-devel] [PATCH] qom-test: blacklist xenigd,
Michael S. Tsirkin <=