Re: [Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses

2012-03-29 Thread David Gibson
On Thu, Mar 29, 2012 at 11:28:19AM +0200, Michael S. Tsirkin wrote: > On Thu, Mar 29, 2012 at 02:53:52PM +1100, David Gibson wrote: > > On Wed, Mar 28, 2012 at 11:30:56AM +0200, Michael S. Tsirkin wrote: > > > On Wed, Mar 28, 2012 at 12:11:52PM +1100, David Gibson wrote: > > > > Michael, > > > > >

Re: [Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses

2012-03-29 Thread Michael S. Tsirkin
On Thu, Mar 29, 2012 at 02:53:52PM +1100, David Gibson wrote: > On Wed, Mar 28, 2012 at 11:30:56AM +0200, Michael S. Tsirkin wrote: > > On Wed, Mar 28, 2012 at 12:11:52PM +1100, David Gibson wrote: > > > Michael, > > > > > > Any chance of an ack or nack on this one? > > > > > > On Mon, Mar 19, 20

Re: [Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses

2012-03-28 Thread David Gibson
On Wed, Mar 28, 2012 at 11:30:56AM +0200, Michael S. Tsirkin wrote: > On Wed, Mar 28, 2012 at 12:11:52PM +1100, David Gibson wrote: > > Michael, > > > > Any chance of an ack or nack on this one? > > > > On Mon, Mar 19, 2012 at 03:58:11PM +1100, David Gibson wrote: > > > There are several paths in

Re: [Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses

2012-03-28 Thread Michael S. Tsirkin
On Wed, Mar 28, 2012 at 12:11:52PM +1100, David Gibson wrote: > Michael, > > Any chance of an ack or nack on this one? > > On Mon, Mar 19, 2012 at 03:58:11PM +1100, David Gibson wrote: > > There are several paths into the code to emulate PCI config space accesses: > > one for MMIO to a plain old

Re: [Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses

2012-03-27 Thread David Gibson
Michael, Any chance of an ack or nack on this one? On Mon, Mar 19, 2012 at 03:58:11PM +1100, David Gibson wrote: > There are several paths into the code to emulate PCI config space accesses: > one for MMIO to a plain old PCI bridge one for MMIO to a PCIe bridge and > one for the pseries machine w

[Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses

2012-03-18 Thread David Gibson
There are several paths into the code to emulate PCI config space accesses: one for MMIO to a plain old PCI bridge one for MMIO to a PCIe bridge and one for the pseries machine which provides para-virtualized access to PCI config space. Each of these functions does their own bounds checking agains

[Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses

2012-02-07 Thread David Gibson
There are several paths into the code to emulate PCI config space accesses: one for MMIO to a plain old PCI bridge one for MMIO to a PCIe bridge and one for the pseries machine which provides para-virtualized access to PCI config space. Each of these functions does their own bounds checking agains