Re: [PATCH 3/9] pci-assign: Update MSI-X MMIO to Memory API

2012-02-01 Thread Avi Kivity
On 02/01/2012 06:22 AM, Alex Williamson wrote: On Tue, 2012-01-31 at 14:13 -0700, Alex Williamson wrote: On Tue, 2012-01-31 at 14:45 +0200, Avi Kivity wrote: On 01/28/2012 04:21 PM, Alex Williamson wrote: Stop using compatibility mode and at the same time fix available access sizes.

Re: [PATCH 3/9] pci-assign: Update MSI-X MMIO to Memory API

2012-02-01 Thread Alex Williamson
On Wed, 2012-02-01 at 11:04 +0200, Avi Kivity wrote: On 02/01/2012 06:22 AM, Alex Williamson wrote: On Tue, 2012-01-31 at 14:13 -0700, Alex Williamson wrote: On Tue, 2012-01-31 at 14:45 +0200, Avi Kivity wrote: On 01/28/2012 04:21 PM, Alex Williamson wrote: Stop using compatibility

Re: [PATCH 3/9] pci-assign: Update MSI-X MMIO to Memory API

2012-01-31 Thread Avi Kivity
On 01/28/2012 04:21 PM, Alex Williamson wrote: Stop using compatibility mode and at the same time fix available access sizes. The PCI spec indicates that the MSI-X table may only be accessed as DWORD or QWORD. static const MemoryRegionOps msix_mmio_ops = { -.old_mmio = { -

Re: [PATCH 3/9] pci-assign: Update MSI-X MMIO to Memory API

2012-01-31 Thread Alex Williamson
On Tue, 2012-01-31 at 14:45 +0200, Avi Kivity wrote: On 01/28/2012 04:21 PM, Alex Williamson wrote: Stop using compatibility mode and at the same time fix available access sizes. The PCI spec indicates that the MSI-X table may only be accessed as DWORD or QWORD. static const

Re: [PATCH 3/9] pci-assign: Update MSI-X MMIO to Memory API

2012-01-31 Thread Alex Williamson
On Tue, 2012-01-31 at 14:13 -0700, Alex Williamson wrote: On Tue, 2012-01-31 at 14:45 +0200, Avi Kivity wrote: On 01/28/2012 04:21 PM, Alex Williamson wrote: Stop using compatibility mode and at the same time fix available access sizes. The PCI spec indicates that the MSI-X table may

[PATCH 3/9] pci-assign: Update MSI-X MMIO to Memory API

2012-01-28 Thread Alex Williamson
Stop using compatibility mode and at the same time fix available access sizes. The PCI spec indicates that the MSI-X table may only be accessed as DWORD or QWORD. Signed-off-by: Alex Williamson alex.william...@redhat.com --- hw/device-assignment.c | 56