On Wed, May 13, 2015 at 01:31:53PM +0200, Andrew Jones wrote: > Commit 1050dcda30529 introduced KVM_MEMSLOT_INCOHERENT to flag memory > regions that may have coherency issues due to mapping host system RAM > as non-cacheable. This was introduced as a KVM internal flag, but now > give KVM userspace access to it so that it may use it for hinting > likely problematic regions. Also rename to KVM_MEM_UNCACHED. > > Signed-off-by: Andrew Jones <drjo...@redhat.com>
Reviewed-by: Christoffer Dall <christoffer.d...@linaro.org>