Re: [PATCH v2 6/7] KVM: arm/arm64: enable MSI routing

2015-07-10 Thread Andre Przywara
On 09/07/15 09:22, Eric Auger wrote: Up to now, only irqchip routing entries could be set. This patch adds the capability to insert MSI routing entries, with or without device id. Although standard MSI entries can be set, their injection still is not supported. For ARM64, let's also increase

[PATCH v2 6/7] KVM: arm/arm64: enable MSI routing

2015-07-09 Thread Eric Auger
Up to now, only irqchip routing entries could be set. This patch adds the capability to insert MSI routing entries, with or without device id. Although standard MSI entries can be set, their injection still is not supported. For ARM64, let's also increase KVM_MAX_IRQ_ROUTES to 4096: include SPI