diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2018-03-28 17:36:30 +0100 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2018-04-10 11:30:04 +0800 |
commit | 5f523530915e57a14ffb8c00e22252bfa557441c (patch) | |
tree | 43934535fdea5ec211723a814baf822529fc59ca /include | |
parent | ff214d427ec64d22b3d40b802efb96955c4b6b89 (diff) | |
download | qemu-5f523530915e57a14ffb8c00e22252bfa557441c.zip qemu-5f523530915e57a14ffb8c00e22252bfa557441c.tar.gz qemu-5f523530915e57a14ffb8c00e22252bfa557441c.tar.bz2 |
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.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |