commit | bb7176449f6da27534a0faf3a67997bf2c3172aa | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sun Jul 17 21:35:07 2016 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Jul 18 18:15:18 2016 +0100 |
tree | 87b81477ee655dafff97e8622cf5e9c06a75e7e2 | |
parent | 17a21f58ff3e60fef3df788561b65e576a0b494d [diff] |
KVM: arm64: vgic-its: Add pointer to corresponding kvm_device Going from the ITS structure to the corresponding KVM structure would be quite handy at times. The kvm_device pointer that is passed at create time is quite convenient for this, so let's keep a copy of it in the vgic_its structure. This will be put to a good use in subsequent patches. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>