Home
last modified time | relevance | path

Searched refs:romfile (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/hw/nubus/
H A Dnubus-device.c56 if (nd->romfile != NULL) { in nubus_device_realize()
57 path = qemu_find_file(QEMU_FILE_TYPE_BIOS, nd->romfile); in nubus_device_realize()
59 path = g_strdup(nd->romfile); in nubus_device_realize()
64 error_setg(errp, "failed to find romfile \"%s\"", nd->romfile); in nubus_device_realize()
68 error_setg(errp, "romfile \"%s\" is empty", nd->romfile); in nubus_device_realize()
73 nd->romfile); in nubus_device_realize()
85 error_setg(errp, "could not load romfile \"%s\"", nd->romfile); in nubus_device_realize()
95 DEFINE_PROP_STRING("romfile", NubusDevice, romfile),
/openbmc/qemu/hw/pci/
H A Dpci.c72 DEFINE_PROP_STRING("romfile", PCIDevice, romfile),
2170 if (pci_dev->romfile == NULL && pc->romfile != NULL) { in pci_qdev_realize()
2171 pci_dev->romfile = g_strdup(pc->romfile); in pci_qdev_realize()
2310 PCI_DPRINTF("%s: ROM id %04x%04x / PCI id %04x%04x\n", pdev->romfile, in pci_patch_ids()
2350 if (!pdev->romfile || !strlen(pdev->romfile)) { in pci_add_option_rom()
2372 rom_add_vga(pdev->romfile); in pci_add_option_rom()
2374 rom_add_option(pdev->romfile, -1); in pci_add_option_rom()
2380 path = qemu_find_file(QEMU_FILE_TYPE_BIOS, pdev->romfile); in pci_add_option_rom()
2382 path = g_strdup(pdev->romfile); in pci_add_option_rom()
2390 error_setg(errp, "romfile \"%s\" is empty", pdev->romfile); in pci_add_option_rom()
[all …]
/openbmc/qemu/include/hw/nubus/
H A Dnubus.h63 char *romfile; member
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h39 const char *romfile; /* rom bar */ member
146 char *romfile; member
/openbmc/qemu/hw/xen/
H A Dxen_pt_load_rom.c29 if (dev->romfile || !dev->rom_bar) { in pci_assign_dev_load_option_rom()
/openbmc/qemu/hw/virtio/
H A Dvirtio-net-pci.c73 k->romfile = "efi-virtio.rom"; in virtio_net_pci_class_init()
/openbmc/qemu/hw/net/
H A Dne2000-pci.c111 k->romfile = "efi-ne2k_pci.rom", in ne2000_class_init()
H A Dpcnet-pci.c267 k->romfile = "efi-pcnet.rom", in pcnet_class_init()
H A De1000e.c690 c->romfile = "efi-e1000e.rom"; in e1000e_class_init()
H A Deepro100.c2077 k->romfile = "pxe-eepro100.rom"; in eepro100_class_init()
H A De1000.c1708 k->romfile = "efi-e1000.rom"; in e1000_class_init()
H A Drtl8139.c3423 k->romfile = "efi-rtl8139.rom"; in rtl8139_class_init()
H A Dvmxnet3.c2510 c->romfile = "efi-vmxnet3.rom"; in vmxnet3_class_init()
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt63 …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 Dvirtio-vga.c233 pcidev_k->romfile = "vgabios-virtio.bin"; in virtio_vga_base_class_init()
H A Dbochs-display.c365 k->romfile = "vgabios-bochs-display.bin"; in bochs_display_class_init()
H A Dvga-pci.c387 k->romfile = "vgabios-stdvga.bin"; in vga_class_init()
H A Dvmware_vga.c1351 k->romfile = "vgabios-vmware.bin"; in vmsvga_class_init()
H A Dati.c1066 k->romfile = "vgabios-ati.bin"; in ati_vga_class_init()
H A Dcirrus_vga.c3001 k->romfile = VGABIOS_CIRRUS_FILENAME; in cirrus_vga_class_init()
/openbmc/qemu/hw/vfio/
H A Digd.c426 if ((ret || !rom->size) && !vdev->pdev.romfile) { in vfio_probe_igd_bar4_quirk()
H A Dpci.c1017 if (vdev->pdev.romfile || !vdev->pdev.rom_bar) { in vfio_pci_size_rom()
1019 if (vfio_opt_rom_in_denylist(vdev) && vdev->pdev.romfile) { in vfio_pci_size_rom()
/openbmc/qemu/qapi/
H A Dmisc.json535 # "name": "romfile",
/openbmc/qemu/docs/
H A Digd-assign.txt37 * The IGD device must have a VGA ROM, either provided via the romfile
/openbmc/qemu/hw/scsi/
H A Dmptsas.c1427 pc->romfile = 0; in mptsas1068_class_init()

12