[PATCH v3 3/7] KVM: irqchip: convey devid to kvm_set_msi

2015-08-03 Thread Eric Auger
on ARM, a devid field is populated in kvm_msi struct in case the flag is set to KVM_MSI_VALID_DEVID. Let's propagate both flags and devid field in kvm_kernel_irq_routing_entry. Signed-off-by: Eric Auger --- v2 -> v3: - do not set the type to KVM_IRQ_ROUTING_EXTENDED_MSI anymore as suggested

[PATCH v3 3/7] KVM: irqchip: convey devid to kvm_set_msi

2015-08-03 Thread Eric Auger
on ARM, a devid field is populated in kvm_msi struct in case the flag is set to KVM_MSI_VALID_DEVID. Let's propagate both flags and devid field in kvm_kernel_irq_routing_entry. Signed-off-by: Eric Auger eric.au...@linaro.org --- v2 - v3: - do not set the type to KVM_IRQ_ROUTING_EXTENDED_MSI