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

2016-09-29 Thread Peter Maydell
On 23 September 2016 at 00:43, Eric Auger wrote: > From: Pavel Fedin > > Introduce global kvm_msi_use_devid flag plus associated > kvm_msi_devid_required() macro. Passes the device ID, > if needed, while building the MSI route entry. Device IDs are > required by the ARM GICv3 ITS (IRQ remapping f

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

2016-09-23 Thread Eric Auger
From: Pavel Fedin Introduce global kvm_msi_use_devid flag plus associated kvm_msi_devid_required() macro. Passes 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