mirror of
https://github.com/mii443/qemu.git
synced 2025-08-29 18:39:26 +00:00
pc_fw_cfg_guest_info() never does anything, because has_pci_info is always false. Introduced in commitf8c457b
"pc: pass PCI hole ranges to Guests", disabled in commit9604f70
"pc: disable pci-info for 1.6", and hasn't been enabled since. Obviously a dead end. Get of it. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>