Re: [Qemu-devel] [PATCH v3 2/3] pci: Update pci_regs header

2015-09-12 Thread Knut Omang
On Thu, 2015-09-10 at 22:27 +0200, Knut Omang wrote: > On Thu, 2015-09-10 at 21:11 +0300, Michael S. Tsirkin wrote: > > On Tue, Sep 01, 2015 at 05:59:49PM +0200, Knut Omang wrote: > > > Pull new version from kernel v4.1 > > > > Paolo sent what I consider a better version. So looking at the detail

Re: [Qemu-devel] [PATCH v3 2/3] pci: Update pci_regs header

2015-09-10 Thread Knut Omang
On Thu, 2015-09-10 at 21:11 +0300, Michael S. Tsirkin wrote: > On Tue, Sep 01, 2015 at 05:59:49PM +0200, Knut Omang wrote: > > Pull new version from kernel v4.1 > > Paolo sent what I consider a better version. > Can you send just the patch removing duplicate symbols? Ok, I think I just misunderst

Re: [Qemu-devel] [PATCH v3 2/3] pci: Update pci_regs header

2015-09-10 Thread Michael S. Tsirkin
On Tue, Sep 01, 2015 at 05:59:49PM +0200, Knut Omang wrote: > Pull new version from kernel v4.1 Paolo sent what I consider a better version. Can you send just the patch removing duplicate symbols? > msi: Removed local definitions now in pci_regs.h > Adds definitions necessary to support emulated

[Qemu-devel] [PATCH v3 2/3] pci: Update pci_regs header

2015-09-01 Thread Knut Omang
Pull new version from kernel v4.1 msi: Removed local definitions now in pci_regs.h Adds definitions necessary to support emulated SR/IOV. Replace usage of PCI_MSIX_FLAGS_BIRMASK with PCI_MSIX_TABLE_BIR to keep in sync with the kernel for future updates. Replaced PCI_ERR_UNC_UND with _TRAIN for bi