| /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/display/ |
| H A D | ramfb-stubs.c | 11 RAMFBState *ramfb_setup(bool romfile, Error **errp) in ramfb_setup() argument
|
| H A D | ramfb.c | 138 RAMFBState *ramfb_setup(bool romfile, Error **errp) in ramfb_setup() argument 150 if (romfile) { in ramfb_setup()
|
| H A D | apple-gfx-pci.m | 52 pci->romfile = apple_gfx_pci_option_rom_path;
|
| H A D | virtio-vga.c | 232 pcidev_k->romfile = "vgabios-virtio.bin"; in virtio_vga_base_class_init()
|
| H A D | bochs-display.c | 364 k->romfile = "vgabios-bochs-display.bin"; in bochs_display_class_init()
|
| H A D | vga-pci.c | 385 k->romfile = "vgabios-stdvga.bin"; in vga_class_init()
|
| H A D | ati.c | 1066 k->romfile = "vgabios-ati.bin"; in ati_vga_class_init()
|
| H A D | vmware_vga.c | 1348 k->romfile = "vgabios-vmware.bin"; in vmsvga_class_init()
|
| /openbmc/qemu/include/hw/display/ |
| H A D | ramfb.h | 9 RAMFBState *ramfb_setup(bool romfile, Error **errp);
|
| /openbmc/qemu/include/hw/nubus/ |
| H A D | nubus.h | 63 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/include/hw/pci/ |
| H A D | pci_device.h | 40 const char *romfile; /* rom bar */ member 153 char *romfile; member
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-net-pci.c | 72 k->romfile = "efi-virtio.rom"; in virtio_net_pci_class_init()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci.c | 80 DEFINE_PROP_STRING("romfile", PCIDevice, romfile), 2333 if (pci_dev->romfile == NULL && pc->romfile != NULL) { in pci_qdev_realize() 2334 pci_dev->romfile = g_strdup(pc->romfile); in pci_qdev_realize() 2473 trace_pci_rom_and_pci_ids(pdev->romfile, vendor_id, device_id, in pci_patch_ids() 2513 if (!pdev->romfile || !strlen(pdev->romfile)) { in pci_add_option_rom() 2535 rom_add_vga(pdev->romfile); in pci_add_option_rom() 2537 rom_add_option(pdev->romfile, -1); in pci_add_option_rom() 2551 path = qemu_find_file(QEMU_FILE_TYPE_BIOS, pdev->romfile); in pci_add_option_rom() 2553 path = g_strdup(pdev->romfile); in pci_add_option_rom() 2558 error_setg(errp, "failed to find romfile \"%s\"", pdev->romfile); in pci_add_option_rom() [all …]
|
| H A D | trace-events | 11 pci_rom_and_pci_ids(char *romfile, uint16_t vendor_id, uint16_t device_id, uint16_t rom_vendor_id, …
|
| /openbmc/qemu/hw/net/ |
| H A D | ne2000-pci.c | 110 k->romfile = "efi-ne2k_pci.rom", in ne2000_class_init()
|
| H A D | pcnet-pci.c | 266 k->romfile = "efi-pcnet.rom", in pcnet_class_init()
|
| H A D | e1000e.c | 687 c->romfile = "efi-e1000e.rom"; in e1000e_class_init()
|
| H A D | eepro100.c | 2076 k->romfile = "pxe-eepro100.rom"; in eepro100_class_init()
|
| /openbmc/qemu/docs/system/ppc/ |
| H A D | amigang.rst | 56 -device ati-vga,model=rv100,romfile=VGABIOS-lgpl-latest.bin 108 -device VGA,romfile="" -serial stdio
|
| /openbmc/qemu/docs/ |
| H A D | igd-assign.txt | 44 For #6, ROM either provided via the ROM BAR or romfile= option is needed, this 54 * ROM BAR or romfile is present 128 …-device vfio-pci,host=00:02.0,id=hostdev0,addr=2.0,x-igd-legacy-mode=off,x-igd-lpc=on,romfile=efi_…
|
| /openbmc/qemu/hw/vfio/ |
| H A D | igd.c | 568 if ((ret || !rom->size) && !vdev->pdev.romfile) { in vfio_pci_igd_config_quirk()
|
| H A D | pci.c | 1178 if (vdev->pdev.romfile || !vdev->pdev.rom_bar) { in vfio_pci_size_rom() 1180 if (vfio_opt_rom_in_denylist(vdev) && vdev->pdev.romfile) { in vfio_pci_size_rom()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | mptsas.c | 1426 pc->romfile = 0; in mptsas1068_class_init()
|