Re: [RFC 1/6] KVM: api: add kvm_irq_routing_extended_msi

2015-06-23 Thread Eric Auger
Hi André, On 06/22/2015 06:32 PM, Andre Przywara wrote: Hi Eric, On 18/06/15 18:40, Eric Auger wrote: On ARM, the MSI msg (address and data) comes along with out-of-band device ID information. The device ID encodes the device that composes the MSI msg. Let's create a new routing entry

Re: [RFC 1/6] KVM: api: add kvm_irq_routing_extended_msi

2015-06-22 Thread Andre Przywara
Hi Eric, On 18/06/15 18:40, Eric Auger wrote: On ARM, the MSI msg (address and data) comes along with out-of-band device ID information. The device ID encodes the device that composes the MSI msg. Let's create a new routing entry structure that enables to encode that information on top of

[RFC 1/6] KVM: api: add kvm_irq_routing_extended_msi

2015-06-18 Thread Eric Auger
On ARM, the MSI msg (address and data) comes along with out-of-band device ID information. The device ID encodes the device that composes the MSI msg. Let's create a new routing entry structure that enables to encode that information on top of standard MSI message Signed-off-by: Eric Auger