Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39182 )
Change subject: treewide: Replace BOARD_EMULATION_QEMU_X86 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39182/1/src/device/pci_rom.c File src/device/pci_rom.c:
https://review.coreboot.org/c/coreboot/+/39182/1/src/device/pci_rom.c@62 PS1, Line 62: #if CONFIG(CPU_QEMU_X86) : if ((dev->class >> 8) == PCI_CLASS_DISPLAY_VGA) : rom_address = 0xc0000; : else : #endif
I wonder if this still applies...
I guess it depends on the emulated video card. Not sure how well it would play when passing through a GPU.