projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9dc8b
)
e1000e: add boot rom
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 24 Jun 2016 11:56:36 +0000
(13:56 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 24 Jun 2016 11:56:36 +0000
(13:56 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/net/e1000e.c
patch
|
blob
|
history
diff --git
a/hw/net/e1000e.c
b/hw/net/e1000e.c
index 692283fdd7c1546138479793e84d47c34a07b391..47787447cdbdf31553241d19f6018c42623bebaa 100644
(file)
--- 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;