qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 6/6] e1000: Old machine types, turn new subsection of


From: Jason Wang
Subject: [Qemu-devel] [PULL 6/6] e1000: Old machine types, turn new subsection off
Date: Tue, 10 Apr 2018 11:40:02 +0800

From: "Dr. David Alan Gilbert" <address@hidden>

Turn the newly added subsection off for old machine types

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Jason Wang <address@hidden>
---
 include/hw/compat.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/hw/compat.h b/include/hw/compat.h
index bc9e3a6..13242b8 100644
--- a/include/hw/compat.h
+++ b/include/hw/compat.h
@@ -14,6 +14,10 @@
         .driver   = "vhost-user-blk-pci",\
         .property = "vectors",\
         .value    = "2",\
+    },{\
+        .driver   = "e1000",\
+        .property = "migrate_tso_props",\
+        .value    = "off",\
     },
 
 #define HW_COMPAT_2_10 \
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]