Re: [Qemu-devel] [PATCH v6 4/8] kvm-all: Pass requester ID to MSI routing functions

2016-09-22 Thread Auger Eric
Hi Peter, On 22/09/2016 16:35, Peter Maydell wrote: > On 9 September 2016 at 18:30, Eric Auger wrote: >> From: Pavel Fedin >> >> Introduce global kvm_msi_use_devid flag and pass the device ID, >> if needed, while building the MSI route entry. Device IDs are >> required by the ARM GICv3 ITS (IRQ

Re: [Qemu-devel] [PATCH v6 4/8] kvm-all: Pass requester ID to MSI routing functions

2016-09-22 Thread Peter Maydell
On 9 September 2016 at 18:30, Eric Auger wrote: > From: Pavel Fedin > > Introduce global kvm_msi_use_devid flag and pass the device ID, > if needed, while building the MSI route entry. Device IDs are > required by the ARM GICv3 ITS (IRQ remapping function is based on > this information). > > Sign

[Qemu-devel] [PATCH v6 4/8] kvm-all: Pass requester ID to MSI routing functions

2016-09-09 Thread Eric Auger
From: Pavel Fedin Introduce global kvm_msi_use_devid flag and pass the device ID, if needed, while building the MSI route entry. Device IDs are required by the ARM GICv3 ITS (IRQ remapping function is based on this information). Signed-off-by: Pavel Fedin Signed-off-by: Eric Auger --- v5 -> v