commit | 840f4bfbe03f1ce94ade8fdf84e8cd925ef15a48 | [log] [tgz] |
---|---|---|
author | Laszlo Ersek <lersek@redhat.com> | Mon Nov 17 14:58:52 2014 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 25 13:57:27 2014 +0000 |
tree | d9d0e1af88829649a866a5605b522053a13e2dc4 | |
parent | 1050dcda3052912984b26fb6d2695a3f41792000 [diff] |
arm, arm64: KVM: allow forced dcache flush on page faults To allow handling of incoherent memslots in a subsequent patch, this patch adds a paramater 'ipa_uncached' to cache_coherent_guest_page() so that we can instruct it to flush the page's contents to DRAM even if the guest has caching globally enabled. Signed-off-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>