Hi,
- // On physical hardware, some PCI devices are not detectable when
- // UEFI invokes our InitializeYourself() function. But they
- // are guaranteed to be available before UEFI invokes our
- // PreparToBoot() function.
- if (CONFIG_CSM && !CONFIG_QEMU_HARDWARE)
pci_probe_devices();
dprintf(3, "PrepareToBoot table %04x:%04x\n", regs->es, regs->bx); struct e820entry *p = (void *)csm_compat_table.E820Pointer;
Why don’t we want to do the same for QEMU?
I think so, there is no reason why qemu should be handled in a different way. IIRC I've even mentioned that before. Do you guys read the review comments before submitting a new version of the patch set?
take care, Gerd