diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2011-04-18 11:46:01 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2011-04-18 11:46:01 -0600 |
commit | 5ee8ad71e159e724e2fa1af6b2c502668179502a (patch) | |
tree | 1aa5fde75d4a450418132f13f2ae5726f887511b /hw/eepro100.c | |
parent | 31a44434f7b3221d911d478de3d1665bde753c86 (diff) |
PXE: Use consistent naming for PXE ROMs
And add missing ROMs to tarbin build target.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/eepro100.c')
-rw-r--r-- | hw/eepro100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c index edf48f61d1..369ad7f840 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -2054,7 +2054,7 @@ static void eepro100_register_devices(void) PCIDeviceInfo *pci_dev = &e100_devices[i].pci; /* We use the same rom file for all device ids. QEMU fixes the device id during rom load. */ - pci_dev->romfile = "gpxe-eepro100-80861209.rom"; + pci_dev->romfile = "pxe-eepro100.rom"; pci_dev->init = e100_nic_init; pci_dev->exit = pci_nic_uninit; pci_dev->qdev.props = e100_properties; |