File kvm-qemu-preXX-fix-rom-file-name-for-e100-nic.patch of Package kvm.import5706
From cec201142f2386319f857c9f4d8433eda4d1cd8e Mon Sep 17 00:00:00 2001
From: Bruce Rogers <brogers@novell.com>
Date: Mon, 7 Feb 2011 16:33:22 -0700
Subject: [PATCH] fix rom file name for e100 nic
---
hw/eepro100.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/eepro100.c b/hw/eepro100.c
index edf48f6..437a06c 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-i82559er.bin";
pci_dev->init = e100_nic_init;
pci_dev->exit = pci_nic_uninit;
pci_dev->qdev.props = e100_properties;
--
1.6.0.2