commit | cac0f1b7285eaaf9a186c618c3a7304d82ed5493 | [log] [tgz] |
---|---|---|
author | Steven Price <steven.price@arm.com> | Mon Oct 21 16:28:17 2019 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Mon Oct 21 19:20:27 2019 +0100 |
tree | 1e2d0fc472e232ba268d86e608df462e88d06f5b | |
parent | b48c1a45a190898103cec28771efc399fd65a05a [diff] |
KVM: Implement kvm_put_guest() kvm_put_guest() is analogous to put_user() - it writes a single value to the guest physical address. The implementation is built upon put_user() and so it has the same single copy atomic properties. Signed-off-by: Steven Price <steven.price@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>