summaryrefslogtreecommitdiffstats
path: root/hw/ne2000.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/ne2000.c
parent31a44434f7b3221d911d478de3d1665bde753c86 (diff)
downloadhqemu-5ee8ad71e159e724e2fa1af6b2c502668179502a.zip
hqemu-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/ne2000.c')
-rw-r--r--hw/ne2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.c b/hw/ne2000.c
index 5966359..b668ad1 100644
--- a/hw/ne2000.c
+++ b/hw/ne2000.c
@@ -742,7 +742,7 @@ static int pci_ne2000_init(PCIDevice *pci_dev)
if (!pci_dev->qdev.hotplugged) {
static int loaded = 0;
if (!loaded) {
- rom_add_option("pxe-ne2k_pci.bin", -1);
+ rom_add_option("pxe-ne2k_pci.rom", -1);
loaded = 1;
}
}
OpenPOWER on IntegriCloud