summaryrefslogtreecommitdiff
path: root/hw/eepro100.c
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2011-04-18 11:46:01 -0600
committerAlex Williamson <alex.williamson@redhat.com>2011-04-18 11:46:01 -0600
commit5ee8ad71e159e724e2fa1af6b2c502668179502a (patch)
tree1aa5fde75d4a450418132f13f2ae5726f887511b /hw/eepro100.c
parent31a44434f7b3221d911d478de3d1665bde753c86 (diff)
downloadqemu-5ee8ad71e159e724e2fa1af6b2c502668179502a.tar.gz
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.c2
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;