commit | 1050dcda3052912984b26fb6d2695a3f41792000 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Nov 17 14:58:51 2014 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 25 13:57:27 2014 +0000 |
tree | 606079295f03562379cbca804d785ccb5cdf5326 | |
parent | bf4bea8e9a9058319a19f8c2710a6f0ef2459983 [diff] |
kvm: add a memslot flag for incoherent memory regions Memory regions may be incoherent with the caches, typically when the guest has mapped a host system RAM backed memory region as uncached. Add a flag KVM_MEMSLOT_INCOHERENT so that we can tag these memslots and handle them appropriately when mapping them. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>