mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
ff214d427e
commit
5f52353091
|
@ -14,6 +14,10 @@
|
||||||
.driver = "vhost-user-blk-pci",\
|
.driver = "vhost-user-blk-pci",\
|
||||||
.property = "vectors",\
|
.property = "vectors",\
|
||||||
.value = "2",\
|
.value = "2",\
|
||||||
|
},{\
|
||||||
|
.driver = "e1000",\
|
||||||
|
.property = "migrate_tso_props",\
|
||||||
|
.value = "off",\
|
||||||
},
|
},
|
||||||
|
|
||||||
#define HW_COMPAT_2_10 \
|
#define HW_COMPAT_2_10 \
|
||||||
|
|
Loading…
Reference in New Issue