]> git.proxmox.com Git - mirror_qemu.git/commitdiff
e1000: Old machine types, turn new subsection off
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 28 Mar 2018 16:36:30 +0000 (17:36 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 10 Apr 2018 03:30:04 +0000 (11:30 +0800)
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>
include/hw/compat.h

index bc9e3a6627d6c4394c2b6d4a7e3d610030aa7403..13242b831ae4df396414b8a54654f2af21407e3e 100644 (file)
         .driver   = "vhost-user-blk-pci",\
         .property = "vectors",\
         .value    = "2",\
+    },{\
+        .driver   = "e1000",\
+        .property = "migrate_tso_props",\
+        .value    = "off",\
     },
 
 #define HW_COMPAT_2_10 \