[Qemu-devel] Re: [PATCH v2 0/5] pci/pcie: implement ARI enable bit correctly

2011-01-27 Thread Michael S. Tsirkin
On Thu, Jan 27, 2011 at 03:56:34PM +0900, Isaku Yamahata wrote: Changes v1 - v2: - dropped PCI_DEVFN_MAX - use uint8_t for devfn instead of int - move pcie_check_slot into pci.h and made it static inline - minor clean ups So I put this on the pci branch but we need to at least consider the

[Qemu-devel] Re: [PATCH v2 0/5] pci/pcie: implement ARI enable bit correctly

2011-01-27 Thread Isaku Yamahata
On Thu, Jan 27, 2011 at 10:42:53AM +0200, Michael S. Tsirkin wrote: On Thu, Jan 27, 2011 at 03:56:34PM +0900, Isaku Yamahata wrote: Changes v1 - v2: - dropped PCI_DEVFN_MAX - use uint8_t for devfn instead of int - move pcie_check_slot into pci.h and made it static inline - minor clean