]> Git Repo - qemu.git/commit
pc: Get rid of pci-info leftovers
authorMarkus Armbruster <[email protected]>
Tue, 12 Aug 2014 14:40:17 +0000 (16:40 +0200)
committerMichael S. Tsirkin <[email protected]>
Thu, 14 Aug 2014 11:22:25 +0000 (13:22 +0200)
commit260cb1c409f6b41fc284ece95462e458d7fda6c4
tree88d883ecca938e13db636a41490dc676ff2af230
parent9616c29045fa199a222ee4fc91034998113ae32a
pc: Get rid of pci-info leftovers

pc_fw_cfg_guest_info() never does anything, because has_pci_info is
always false.

Introduced in commit f8c457b "pc: pass PCI hole ranges to Guests",
disabled in commit 9604f70 "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 <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h
This page took 0.028135 seconds and 4 git commands to generate.