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 m...@redhat.com wrote: Signed-off-by: Michael S. Tsirkin m...@redhat.com --- include/hw/pci/pci.h | 1 + hw/pci/pci.c | 43 +++ 2 files changed, 44 insertions(+) diff --git

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 m...@redhat.com wrote: Signed-off-by: Michael S. Tsirkin m...@redhat.com --- include/hw/pci/pci.h | 1 + hw/pci/pci.c | 43

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 m...@redhat.com 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 m...@redhat.com wrote: Signed-off-by: Michael S. Tsirkin m...@redhat.com ---

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 m...@redhat.com 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 m...@redhat.com wrote:

[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 m...@redhat.com --- 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 ---