mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06: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:
parent
3459a62521
commit
f8c457b88d
4 changed files with 52 additions and 3 deletions
|
@ -20,6 +20,7 @@ typedef struct PcPciInfo {
|
|||
|
||||
struct PcGuestInfo {
|
||||
PcPciInfo pci_info;
|
||||
bool has_pci_info;
|
||||
FWCfgState *fw_cfg;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue