]> git.proxmox.com Git - qemu.git/commit - hw/pcnet-pci.c
nic: zap obsolote romloading bits from ne2k + pcnet
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 8 Feb 2012 15:02:11 +0000 (16:02 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 24 Feb 2012 19:36:05 +0000 (13:36 -0600)
commit9ebe95fb606a8d6bebe29de3efc9b506c6428c62
tree40c47acc0fb21e547368661009f10a681976e170
parent5bc62e01cd22ea1f56bde94b0616c46f8af2676e
nic: zap obsolote romloading bits from ne2k + pcnet

These days one just needs to specify the romfile in PCiDeviceInfo and
everything magically works.  It also allows to disable pxe rom loading
via "romfile=<emptystring>" like it is possible for all other nics.

[ v2: rebased & adapted to qom changes ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ne2000.c
hw/pcnet-pci.c