Re: [Qemu-devel] [PATCH v5 14/16] pci: make pci_bar useable outside pci.c

2015-02-24 Thread David Gibson
On Mon, Feb 16, 2015 at 08:27:50AM -0600, Michael Roth wrote: > We need to work with PCI BARs to generate OF properties > during PCI hotplug for sPAPR guests. > > Signed-off-by: Michael Roth Added Michael Tsirkin to the Cc list, since he usually handles the PCI subsystem. Reviewed-by: David Gib

[Qemu-devel] [PATCH v5 14/16] pci: make pci_bar useable outside pci.c

2015-02-16 Thread Michael Roth
We need to work with PCI BARs to generate OF properties during PCI hotplug for sPAPR guests. Signed-off-by: Michael Roth --- hw/pci/pci.c | 2 +- include/hw/pci/pci.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index d508930..f37d3e1 1

[Qemu-devel] [PATCH v5 14/16] pci: make pci_bar useable outside pci.c

2015-02-16 Thread Michael Roth
We need to work with PCI BARs to generate OF properties during PCI hotplug for sPAPR guests. Signed-off-by: Michael Roth --- hw/pci/pci.c | 2 +- include/hw/pci/pci.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index d508930..f37d3e1 1