Re: [Qemu-devel] [PATCH v4 15/17] pci: make pci_bar useable outside pci.c

2015-01-18 Thread David Gibson
On Tue, Dec 23, 2014 at 06:30:29AM -0600, Michael Roth wrote: You need a commit message with a rationale for this. > 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/

[Qemu-devel] [PATCH v4 15/17] pci: make pci_bar useable outside pci.c

2014-12-23 Thread Michael Roth
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 371699c..bf16fc8 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -122,7 +122,7 @@ static uint16_t pci_default_su