commit | ba7b9169b52038ce017782479c6a24cd37f34ae5 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <christoffer.dall@linaro.org> | Tue Aug 16 16:48:20 2016 +0200 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Thu Sep 08 12:53:00 2016 +0200 |
tree | 8557f62c3312667d99e429285f0ecb26d7e9ba12 | |
parent | 714848026531043ae06ca7bcd4a852c8bb8348c7 [diff] |
KVM: arm/arm64: Factor out vgic_attr_regs_access functionality As we are about to deal with multiple data types and situations where the vgic should not be initialized when doing userspace accesses on the register attributes, factor out the functionality of vgic_attr_regs_access into smaller bits which can be reused by a new function later. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com>