commit | ab01c6bdacc43c41c6b326889f4358f5afc38bf9 | [log] [tgz] |
---|---|---|
author | Eric Auger <eric.auger@redhat.com> | Thu Mar 23 15:14:00 2017 +0100 |
committer | Christoffer Dall <cdall@linaro.org> | Mon May 08 14:35:16 2017 +0200 |
tree | e56e3df3084d1cdf41a475259c0456719c7af954 | |
parent | 71afe470e20db133b30730cfa856e5d6854312e9 [diff] |
KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr The GITS_IIDR revision field is used to encode the migration ABI revision. So we need to restore it to check the table layout is readable by the destination. By writing the IIDR, userspace thus forces the ABI revision to be used and this must be less than or equal to the max revision KVM supports. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Christoffer Dall <cdall@linaro.org>