Re: [Qemu-devel] [PATCH] pc: Get rid of pci-info leftovers

2014-08-13 Thread Michael S. Tsirkin
On Tue, Aug 12, 2014 at 04:40:17PM +0200, Markus Armbruster wrote: > 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 >

[Qemu-devel] [PATCH] pc: Get rid of pci-info leftovers

2014-08-12 Thread Markus Armbruster
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 A