Re: [PATCH v4 1/7] KVM: api: pass the devid in the msi routing entry

2016-04-21 Thread Eric Auger
Christoffer, On 04/14/2016 02:04 PM, Christoffer Dall wrote: > On Mon, Apr 04, 2016 at 10:47:31AM +0200, 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 writes the MSI msg. Let's convey the d

Re: [PATCH v4 1/7] KVM: api: pass the devid in the msi routing entry

2016-04-14 Thread Christoffer Dall
On Mon, Apr 04, 2016 at 10:47:31AM +0200, 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 writes the MSI msg. Let's convey the device id in > kvm_irq_routing_msi and use KVM_MSI_VALID_DEVID flag

[PATCH v4 1/7] KVM: api: pass the devid in the msi routing entry

2016-04-04 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 writes the MSI msg. Let's convey the device id in kvm_irq_routing_msi and use KVM_MSI_VALID_DEVID flag value in kvm_irq_routing_entry to indicate the msi devid is populat