Home
last modified time | relevance | path

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

12

/openbmc/qemu/hw/nubus/
H A Dnubus-device.c65 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 Dramfb-stubs.c11 RAMFBState *ramfb_setup(bool romfile, Error **errp) in ramfb_setup() argument
H A Dramfb.c138 RAMFBState *ramfb_setup(bool romfile, Error **errp) in ramfb_setup() argument
150 if (romfile) { in ramfb_setup()
H A Dapple-gfx-pci.m52 pci->romfile = apple_gfx_pci_option_rom_path;
H A Dvirtio-vga.c232 pcidev_k->romfile = "vgabios-virtio.bin"; in virtio_vga_base_class_init()
H A Dbochs-display.c364 k->romfile = "vgabios-bochs-display.bin"; in bochs_display_class_init()
H A Dvga-pci.c385 k->romfile = "vgabios-stdvga.bin"; in vga_class_init()
H A Dati.c1066 k->romfile = "vgabios-ati.bin"; in ati_vga_class_init()
H A Dvmware_vga.c1348 k->romfile = "vgabios-vmware.bin"; in vmsvga_class_init()
/openbmc/qemu/include/hw/display/
H A Dramfb.h9 RAMFBState *ramfb_setup(bool romfile, Error **errp);
/openbmc/qemu/include/hw/nubus/
H A Dnubus.h63 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/include/hw/pci/
H A Dpci_device.h40 const char *romfile; /* rom bar */ member
153 char *romfile; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-net-pci.c72 k->romfile = "efi-virtio.rom"; in virtio_net_pci_class_init()
/openbmc/qemu/hw/pci/
H A Dpci.c80 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 Dtrace-events11 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 Dne2000-pci.c110 k->romfile = "efi-ne2k_pci.rom", in ne2000_class_init()
H A Dpcnet-pci.c266 k->romfile = "efi-pcnet.rom", in pcnet_class_init()
H A De1000e.c687 c->romfile = "efi-e1000e.rom"; in e1000e_class_init()
H A Deepro100.c2076 k->romfile = "pxe-eepro100.rom"; in eepro100_class_init()
/openbmc/qemu/docs/system/ppc/
H A Damigang.rst56 -device ati-vga,model=rv100,romfile=VGABIOS-lgpl-latest.bin
108 -device VGA,romfile="" -serial stdio
/openbmc/qemu/docs/
H A Digd-assign.txt44 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 Digd.c568 if ((ret || !rom->size) && !vdev->pdev.romfile) { in vfio_pci_igd_config_quirk()
H A Dpci.c1178 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 Dmptsas.c1426 pc->romfile = 0; in mptsas1068_class_init()

12