Re: [Qemu-devel] [PATCH 6/7] msix: Align MSI-X constants to libpci definitions and extend them

2011-06-08 Thread Michael S. Tsirkin
On Wed, Jun 08, 2011 at 04:46:13PM +0200, Jan Kiszka wrote: > On 2011-06-08 16:43, Isaku Yamahata wrote: > > On Wed, Jun 08, 2011 at 12:26:44PM +0200, Jan Kiszka wrote: > >> Add PCI_MSIX_TABLE and PCI_MSIX_PBA, align other MSIX related constant > >> names to libpci style. Will be used for device as

Re: [Qemu-devel] [PATCH 6/7] msix: Align MSI-X constants to libpci definitions and extend them

2011-06-08 Thread Isaku Yamahata
On Wed, Jun 08, 2011 at 12:26:44PM +0200, Jan Kiszka wrote: > Add PCI_MSIX_TABLE and PCI_MSIX_PBA, align other MSIX related constant > names to libpci style. Will be used for device assignment code in > qemu-kvm. So since libpci would be used by qemu, you are claiming that it should be switched to

Re: [Qemu-devel] [PATCH 6/7] msix: Align MSI-X constants to libpci definitions and extend them

2011-06-08 Thread Jan Kiszka
On 2011-06-08 16:43, Isaku Yamahata wrote: > On Wed, Jun 08, 2011 at 12:26:44PM +0200, Jan Kiszka wrote: >> Add PCI_MSIX_TABLE and PCI_MSIX_PBA, align other MSIX related constant >> names to libpci style. Will be used for device assignment code in >> qemu-kvm. > > So since libpci would be used by

[Qemu-devel] [PATCH 6/7] msix: Align MSI-X constants to libpci definitions and extend them

2011-06-08 Thread Jan Kiszka
Add PCI_MSIX_TABLE and PCI_MSIX_PBA, align other MSIX related constant names to libpci style. Will be used for device assignment code in qemu-kvm. Signed-off-by: Jan Kiszka --- hw/msix.c | 24 +++- hw/pci_regs.h | 14 -- 2 files changed, 19 insertions(+),