/openbmc/qemu/hw/nubus/ |
H A D | nubus-device.c | 65 if (nd->romfile != NULL) { in nubus_device_realize() 66 path = qemu_find_file(QEMU_FILE_TYPE_BIOS, nd->romfile); in nubus_device_realize() 68 path = g_strdup(nd->romfile); in nubus_device_realize() 73 error_setg(errp, "failed to find romfile \"%s\"", nd->romfile); in nubus_device_realize() 77 error_setg(errp, "romfile \"%s\" is empty", nd->romfile); in nubus_device_realize() 82 nd->romfile); in nubus_device_realize() 102 error_setg(errp, "could not load romfile \"%s\"", nd->romfile); in nubus_device_realize() 112 DEFINE_PROP_STRING("romfile", NubusDevice, romfile),
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 85 DEFINE_PROP_STRING("romfile", PCIDevice, romfile), 2167 if (pci_dev->romfile == NULL && pc->romfile != NULL) { in pci_qdev_realize() 2168 pci_dev->romfile = g_strdup(pc->romfile); in pci_qdev_realize() 2307 PCI_DPRINTF("%s: ROM id %04x%04x / PCI id %04x%04x\n", pdev->romfile, in pci_patch_ids() 2347 if (!pdev->romfile || !strlen(pdev->romfile)) { in pci_add_option_rom() 2369 rom_add_vga(pdev->romfile); in pci_add_option_rom() 2371 rom_add_option(pdev->romfile, -1); in pci_add_option_rom() 2377 path = qemu_find_file(QEMU_FILE_TYPE_BIOS, pdev->romfile); in pci_add_option_rom() 2379 path = g_strdup(pdev->romfile); in pci_add_option_rom() 2384 error_setg(errp, "failed to find romfile \"%s\"", pdev->romfile); in pci_add_option_rom() [all …]
|
/openbmc/qemu/include/hw/nubus/ |
H A D | nubus.h | 63 char *romfile; member
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_device.h | 40 const char *romfile; /* rom bar */ member 147 char *romfile; member
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_load_rom.c | 29 if (dev->romfile || !dev->rom_bar) { in pci_assign_dev_load_option_rom()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-net-pci.c | 73 k->romfile = "efi-virtio.rom"; in virtio_net_pci_class_init()
|
/openbmc/qemu/hw/net/ |
H A D | ne2000-pci.c | 111 k->romfile = "efi-ne2k_pci.rom", in ne2000_class_init()
|
H A D | pcnet-pci.c | 267 k->romfile = "efi-pcnet.rom", in pcnet_class_init()
|
H A D | e1000e.c | 689 c->romfile = "efi-e1000e.rom"; in e1000e_class_init()
|
H A D | eepro100.c | 2079 k->romfile = "pxe-eepro100.rom"; in eepro100_class_init()
|
H A D | e1000.c | 1708 k->romfile = "efi-e1000.rom"; in e1000_class_init()
|
H A D | rtl8139.c | 3425 k->romfile = "efi-rtl8139.rom"; in rtl8139_class_init()
|
H A D | vmxnet3.c | 2507 c->romfile = "efi-vmxnet3.rom"; in vmxnet3_class_init()
|
/openbmc/qemu/docs/system/ppc/ |
H A D | amigang.rst | 55 -device ati-vga,model=rv100,romfile=VGABIOS-lgpl-latest.bin 107 -device VGA,romfile="" -serial stdio
|
/openbmc/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | rcu-test-image.txt | 63 …http://www.moe.co.uk/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt…
|
/openbmc/qemu/hw/display/ |
H A D | virtio-vga.c | 233 pcidev_k->romfile = "vgabios-virtio.bin"; in virtio_vga_base_class_init()
|
H A D | bochs-display.c | 365 k->romfile = "vgabios-bochs-display.bin"; in bochs_display_class_init()
|
H A D | vga-pci.c | 387 k->romfile = "vgabios-stdvga.bin"; in vga_class_init()
|
H A D | vmware_vga.c | 1349 k->romfile = "vgabios-vmware.bin"; in vmsvga_class_init()
|
H A D | ati.c | 1066 k->romfile = "vgabios-ati.bin"; in ati_vga_class_init()
|
H A D | cirrus_vga.c | 3001 k->romfile = VGABIOS_CIRRUS_FILENAME; in cirrus_vga_class_init()
|
/openbmc/qemu/hw/vfio/ |
H A D | igd.c | 568 if ((ret || !rom->size) && !vdev->pdev.romfile) { in vfio_probe_igd_bar4_quirk()
|
H A D | pci.c | 1019 if (vdev->pdev.romfile || !vdev->pdev.rom_bar) { in vfio_pci_size_rom() 1021 if (vfio_opt_rom_in_denylist(vdev) && vdev->pdev.romfile) { in vfio_pci_size_rom()
|
/openbmc/qemu/docs/ |
H A D | igd-assign.txt | 37 * The IGD device must have a VGA ROM, either provided via the romfile
|
/openbmc/qemu/hw/scsi/ |
H A D | mptsas.c | 1427 pc->romfile = 0; in mptsas1068_class_init()
|