commit | 279165586cac761bcfaaf107a7d2b832da545ff3 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Dec 11 15:49:20 2019 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Wed Dec 11 16:28:27 2019 +0000 |
tree | 50ea336dba43dfa0aca4aa2517f12358da165594 | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a [diff] |
KVM: Clarify the lifetime of a mapping vs that of a memslot Removing a mapping from a live memslot is a sure way for a guest to terminate quicker than you expect. Document that doing so is a programming error. Wilst we're at it, inform the reader that KVM_SET_MEMORY_REGION has passed away. Signed-off-by: Marc Zyngier <maz@kernel.org>