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/e1000.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/e1000.c')
-rw-r--r-- | hw/e1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/e1000.c b/hw/e1000.c index fe3e812610..f160bfc2ab 100644 --- a/hw/e1000.c +++ b/hw/e1000.c @@ -1220,7 +1220,7 @@ static PCIDeviceInfo e1000_info = { .qdev.vmsd = &vmstate_e1000, .init = pci_e1000_init, .exit = pci_e1000_uninit, - .romfile = "pxe-e1000.bin", + .romfile = "pxe-e1000.rom", .qdev.props = (Property[]) { DEFINE_NIC_PROPERTIES(E1000State, conf), DEFINE_PROP_END_OF_LIST(), |