summary refs log tree commit diff stats
path: root/hw/net/e1000e.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-06-24 13:56:36 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-06-24 13:56:36 +0200
commit1676103dc25e8b7d5bbd2ee7ae0bab08a02c1c88 (patch)
treeea632f62a1506cf5f64750594fbc4208d0bdec61 /hw/net/e1000e.c
parent4d9dc8b7a892c2f9f5071437eece489a10702680 (diff)
downloadfocaccia-qemu-1676103dc25e8b7d5bbd2ee7ae0bab08a02c1c88.tar.gz
focaccia-qemu-1676103dc25e8b7d5bbd2ee7ae0bab08a02c1c88.zip
e1000e: add boot rom
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/net/e1000e.c')
-rw-r--r--hw/net/e1000e.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/e1000e.c b/hw/net/e1000e.c
index 692283fdd7..47787447cd 100644
--- a/hw/net/e1000e.c
+++ b/hw/net/e1000e.c
@@ -693,6 +693,7 @@ static void e1000e_class_init(ObjectClass *class, void *data)
     c->vendor_id = PCI_VENDOR_ID_INTEL;
     c->device_id = E1000_DEV_ID_82574L;
     c->revision = 0;
+    c->romfile = "efi-e1000e.rom";
     c->class_id = PCI_CLASS_NETWORK_ETHERNET;
     c->is_express = 1;