From: Dr. David Alan Gilbert Date: Wed, 28 Mar 2018 16:36:30 +0000 (+0100) Subject: e1000: Old machine types, turn new subsection off X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5f523530915e57a14ffb8c00e22252bfa557441c;p=qmiga%2Fqemu.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 Signed-off-by: Jason Wang --- 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 \