mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
PXE: Use consistent naming for PXE ROMs
And add missing ROMs to tarbin build target. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
31a44434f7
commit
5ee8ad71e1
14 changed files with 15 additions and 15 deletions
|
@ -877,7 +877,7 @@ static PCIDeviceInfo virtio_info[] = {
|
|||
.qdev.size = sizeof(VirtIOPCIProxy),
|
||||
.init = virtio_net_init_pci,
|
||||
.exit = virtio_net_exit_pci,
|
||||
.romfile = "pxe-virtio.bin",
|
||||
.romfile = "pxe-virtio.rom",
|
||||
.qdev.props = (Property[]) {
|
||||
DEFINE_PROP_BIT("ioeventfd", VirtIOPCIProxy, flags,
|
||||
VIRTIO_PCI_FLAG_USE_IOEVENTFD_BIT, false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue