Hi, > > Well, BIOS have to know where it could start 64-bit BARs mappings > > and > > telling it explicitly where, looks like a good way to do it. > > As far as I can tell, BIOS can start any mappings anywhere it wants to > as long as they don't overlap anything else. > What is has to know is what hardware is there.
Use case is memory hotplug. Once we generate the acpi tables in qemu seabios doesn't need to know anything about hotpluggable memory slots. Still it better should not map 64bit pci bars into that address space. So it IMHO makes sense to give seabios a hit where it should map the 64bit pci bars. cheers, Gerd