Re: [PATCH 0/4] pci: Compare function number and ARI next function number

2023-07-01 Thread Michael S. Tsirkin
On Sat, Jul 01, 2023 at 04:01:18PM +0900, Akihiko Odaki wrote: > The function number must be lower than the next function number > advertised with ARI. Add a check to enforce this. > > I suggested this change at: > https://lore.kernel.org/qemu-devel/bf351f8b-1c8a-8a7a-7f44-17c9ba18f...@daynix.com/

[PATCH 0/4] pci: Compare function number and ARI next function number

2023-07-01 Thread Akihiko Odaki
The function number must be lower than the next function number advertised with ARI. Add a check to enforce this. I suggested this change at: https://lore.kernel.org/qemu-devel/bf351f8b-1c8a-8a7a-7f44-17c9ba18f...@daynix.com/ Implementing this change, I found the devices implementing ARI do not s