Re: [Qemu-devel] [PATCH V7 06/11] pci.c: Add pci_check_bar_overlap

2012-02-28 Thread Anthony PERARD
On Sun, Feb 19, 2012 at 13:35, Michael S. Tsirkin wrote: > On Fri, Feb 17, 2012 at 05:08:40PM +, Anthony PERARD wrote: >> From: Yuji Shimada >> >> This function helps Xen PCI Passthrough device to check for overlap. >> >> Signed-off-by: Yuji Shimada >> Signed-off-by: Anthony PERARD > > As f

Re: [Qemu-devel] [PATCH V7 06/11] pci.c: Add pci_check_bar_overlap

2012-02-19 Thread Michael S. Tsirkin
On Fri, Feb 17, 2012 at 05:08:40PM +, Anthony PERARD wrote: > From: Yuji Shimada > > This function helps Xen PCI Passthrough device to check for overlap. > > Signed-off-by: Yuji Shimada > Signed-off-by: Anthony PERARD As far as I can see, this scans the bus a specific device is on, lookin

[Qemu-devel] [PATCH V7 06/11] pci.c: Add pci_check_bar_overlap

2012-02-17 Thread Anthony PERARD
From: Yuji Shimada This function helps Xen PCI Passthrough device to check for overlap. Signed-off-by: Yuji Shimada Signed-off-by: Anthony PERARD --- hw/pci.c | 47 +++ hw/pci.h |3 +++ 2 files changed, 50 insertions(+), 0 deletions(-) diff -