commit | f577f6c2a6a5ccabe98061f256a1e2ff468d5e93 | [log] [tgz] |
---|---|---|
author | Shannon Zhao <shannon.zhao@linaro.org> | Mon Jan 11 20:56:17 2016 +0800 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:21 2016 +0000 |
tree | 278bd52115efb03e8d23ab4f80969a9bd1d6dab3 | |
parent | 808e738142e7086ef793ebf9797099c392894e65 [diff] |
arm64: KVM: Introduce per-vcpu kvm device controls In some cases it needs to get/set attributes specific to a vcpu and so needs something else than ONE_REG. Let's copy the KVM_DEVICE approach, and define the respective ioctls for the vcpu file descriptor. Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Reviewed-by: Andrew Jones <drjones@redhat.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>