mirror of
https://github.com/qemu/qemu.git
synced 2024-12-05 01:33:41 +08:00
e1000e: add boot rom
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
4d9dc8b7a8
commit
1676103dc2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user