summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2018-03-28 17:36:30 +0100
committerJason Wang <jasowang@redhat.com>2018-04-10 11:30:04 +0800
commit5f523530915e57a14ffb8c00e22252bfa557441c (patch)
tree43934535fdea5ec211723a814baf822529fc59ca /include
parentff214d427ec64d22b3d40b802efb96955c4b6b89 (diff)
downloadqemu-5f523530915e57a14ffb8c00e22252bfa557441c.tar.gz
e1000: Old machine types, turn new subsection off
Turn the newly added subsection off for old machine types Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h
index bc9e3a6627..13242b831a 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 \