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

2015-04-28 Thread David Gibson
On Tue, Apr 28, 2015 at 10:37:08AM +0200, Michael S. Tsirkin wrote: > On Tue, Apr 28, 2015 at 05:31:03PM +1000, David Gibson wrote: > > On Wed, Apr 22, 2015 at 01:28:18AM -0500, Michael Roth wrote: > > > We need to work with PCI BARs to generate OF properties > > > during PCI hotplug for sPAPR gues

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

2015-04-28 Thread Michael S. Tsirkin
On Tue, Apr 28, 2015 at 05:31:03PM +1000, David Gibson wrote: > On Wed, Apr 22, 2015 at 01:28:18AM -0500, 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 > > Reviewed-by: David Gibson > >

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

2015-04-28 Thread David Gibson
On Wed, Apr 22, 2015 at 01:28:18AM -0500, 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 > Reviewed-by: David Gibson > Cc: m...@redhat.com Michael Tsirkin, Interested to see your comment on th

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

2015-04-21 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 Reviewed-by: David Gibson Cc: m...@redhat.com --- hw/pci/pci.c | 2 +- include/hw/pci/pci.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/pc