summary refs log tree commit diff stats
path: root/include/hw/i386/pc.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-06-24 14:11:31 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-06-24 14:11:36 +0200
commit43716de6b3b24f949f8b95a0ae9e2e263dd4f1f0 (patch)
tree4be3e4e73b623b0b5eef2ad0c19018512caed332 /include/hw/i386/pc.h
parent1676103dc25e8b7d5bbd2ee7ae0bab08a02c1c88 (diff)
downloadfocaccia-qemu-43716de6b3b24f949f8b95a0ae9e2e263dd4f1f0.tar.gz
focaccia-qemu-43716de6b3b24f949f8b95a0ae9e2e263dd4f1f0.zip
vmxnet3: add boot rom
Disable for old machine types as this is a guest visible change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/hw/i386/pc.h')
-rw-r--r--include/hw/i386/pc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index 49566c89d4..a112efb95f 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -362,6 +362,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
         .driver   = TYPE_X86_CPU,\
         .property = "cpuid-0xb",\
         .value    = "off",\
+    },{\
+        .driver   = "vmxnet3",\
+        .property = "romfile",\
+        .value    = "",\
     },
 
 #define PC_COMPAT_2_5 \