Re: [Qemu-devel] [PATCH 4/6] pci: add helper to retrieve the 64-bit range

2013-09-10 Thread Michael S. Tsirkin
On Tue, Sep 10, 2013 at 07:05:10PM +0200, Igor Mammedov wrote: > On Tue, 10 Sep 2013 16:50:41 +0300 > "Michael S. Tsirkin" wrote: > > > On Tue, Sep 10, 2013 at 03:40:03PM +0200, Igor Mammedov wrote: > > > On Wed, 4 Sep 2013 13:48:37 +0300 > > > "Michael S. Tsirkin" wrote: > > > > > > > Signed-o

Re: [Qemu-devel] [PATCH 4/6] pci: add helper to retrieve the 64-bit range

2013-09-10 Thread Igor Mammedov
On Tue, 10 Sep 2013 16:50:41 +0300 "Michael S. Tsirkin" wrote: > On Tue, Sep 10, 2013 at 03:40:03PM +0200, Igor Mammedov wrote: > > On Wed, 4 Sep 2013 13:48:37 +0300 > > "Michael S. Tsirkin" wrote: > > > > > Signed-off-by: Michael S. Tsirkin > > > --- > > > include/hw/pci/pci.h | 1 + > > >

Re: [Qemu-devel] [PATCH 4/6] pci: add helper to retrieve the 64-bit range

2013-09-10 Thread Michael S. Tsirkin
On Tue, Sep 10, 2013 at 03:40:03PM +0200, Igor Mammedov wrote: > On Wed, 4 Sep 2013 13:48:37 +0300 > "Michael S. Tsirkin" wrote: > > > Signed-off-by: Michael S. Tsirkin > > --- > > include/hw/pci/pci.h | 1 + > > hw/pci/pci.c | 43 +++ > > 2 file

Re: [Qemu-devel] [PATCH 4/6] pci: add helper to retrieve the 64-bit range

2013-09-10 Thread Igor Mammedov
On Wed, 4 Sep 2013 13:48:37 +0300 "Michael S. Tsirkin" wrote: > Signed-off-by: Michael S. Tsirkin > --- > include/hw/pci/pci.h | 1 + > hw/pci/pci.c | 43 +++ > 2 files changed, 44 insertions(+) > > diff --git a/include/hw/pci/pci.h b/include/hw

[Qemu-devel] [PATCH 4/6] pci: add helper to retrieve the 64-bit range

2013-09-04 Thread Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin --- include/hw/pci/pci.h | 1 + hw/pci/pci.c | 43 +++ 2 files changed, 44 insertions(+) diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index 2374aa9..7be93ae 100644 --- a/include/hw/pci/pci.h +++ b/incl