Comment 4 for bug 1737211

Revision history for this message
Nathan Rennie-Waldock (nathan-renniewaldock) wrote :

Someone has already submitted it to Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868124

This isn't exactly a feature request, it should have been added when qemu was updated to 2.8. The prebuilt PXE roms bundled with qemu were removed in favour of building them all from source (this package). Which isn't very helpful if this package is going to lag quite a bit behind qemu.

The package description says "This package provides boot code for the qemu emulated network cards in as boot ROMs."
Which should mean all network cards qemu supports, not just some of them. Right now there's actually vmxnet3 and e1000e missing.

$ qemu-system-x86_64 -netdev user,id=hostnet0 -device e1000e,netdev=hostnet0,id=net0 -nographic
qemu-system-x86_64: -device e1000e,netdev=hostnet0,id=net0: failed to find romfile "efi-e1000e.rom"

$ qemu-system-x86_64 -netdev user,id=hostnet0 -device vmxnet3,netdev=hostnet0,id=net0 -nographic
qemu-system-x86_64: -device vmxnet3,netdev=hostnet0,id=net0: failed to find romfile "efi-vmxnet3.rom"