qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qom-test: blacklist xenigd
@ 2014-08-14 16:02 Michael S. Tsirkin
  2014-08-15 16:33 ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2014-08-14 16:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Tiejun Chen, =?UTF-8?q?Andreas=20F=C3=A4rber?=, Anthony Liguori

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.chen@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-17  8:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 16:02 [Qemu-devel] [PATCH] qom-test: blacklist xenigd Michael S. Tsirkin
2014-08-15 16:33 ` Andreas Färber
2014-08-17  8:56   ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).