]> git.proxmox.com Git - mirror_qemu.git/commit - hw/net/e1000.c
Switch to efi-enabled nic roms by default
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 26 Feb 2013 16:46:11 +0000 (17:46 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2013 09:21:56 +0000 (10:21 +0100)
commitc45e5b5b30ac1f5505725a7b36e68cedfce4f01f
tree49e86b3377e0cfb361e1421b99397ebaa750191f
parent8a24d3cb9be9bca2b77a4e9eb1a62ed735af712e
Switch to efi-enabled nic roms by default

All PCI nics are switched to EFI-enabled roms by default.  They are
composed from three images (legacy, efi ia32 & efi x86), so classic
pxe booting will continue to work.

Exception: eepro100 is not switched, it uses a single rom for all
emulated eepro100 variants, then goes patch the rom header on the
fly with the correct PCI IDs.  I doubt that will work as-is with
the efi roms.

Keep old roms for 1.4+older machine types via compat properties,
needed because the efi-enabled roms are larger so the pci rom bar
size would change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/e1000.c
hw/ne2000.c
hw/pc.h
hw/pcnet-pci.c
hw/rtl8139.c
hw/virtio-pci.c