KVM: api: Pass the devid in the msi routing entry
authorEric Auger <eric.auger@redhat.com>
Fri, 22 Jul 2016 16:20:37 +0000 (16:20 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 22 Jul 2016 17:51:49 +0000 (18:51 +0100)
commit76a10b86785c5e3fc49bcee355502d035b07e47a
treee7f27dfa1b3c6c79a60eab55040be1745ce71903
parent3a88bded203591d4683aacdbb65cd0f549bc58cb
KVM: api: Pass the devid in the msi routing entry

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 populated.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Documentation/virtual/kvm/api.txt
include/uapi/linux/kvm.h
This page took 0.026441 seconds and 5 git commands to generate.