X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/1ca4d09ae0bcc2fdd6aeef0fdc11f82394f7e757..a7f22f065e47d5abc2b2ed46663dd4792a4e5311:/hw/ne2000.c diff --git a/hw/ne2000.c b/hw/ne2000.c index a030106fa5..b668ad1070 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"); + rom_add_option("pxe-ne2k_pci.rom", -1); loaded = 1; } }