mirror of
https://github.com/mii443/qemu.git
synced 2025-08-28 09:59:34 +00:00
pc: pass PCI hole ranges to Guests
Guest currently has to jump through lots of hoops to guess the PCI hole ranges. It's fragile, and makes us change BIOS each time we add a new chipset. Let's report the window in a ROM file, to make BIOS do exactly what QEMU intends. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
@ -20,6 +20,7 @@ typedef struct PcPciInfo {
|
||||
|
||||
struct PcGuestInfo {
|
||||
PcPciInfo pci_info;
|
||||
bool has_pci_info;
|
||||
FWCfgState *fw_cfg;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user