From: Alexander Graf Date: Thu, 17 Jan 2013 16:54:36 +0000 (+0100) Subject: KVM: PPC: e500: Implement TLB1-in-TLB0 mapping X-Git-Tag: v3.9-rc1~97^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c015c62b13498629809185eb0ff04e3f13d1afb6;p=pandora-kernel.git KVM: PPC: e500: Implement TLB1-in-TLB0 mapping When a host mapping fault happens in a guest TLB1 entry today, we map the translated guest entry into the host's TLB1. This isn't particularly clever when the guest is mapped by normal 4k pages, since these would be a lot better to put into TLB0 instead. This patch adds the required logic to map 4k TLB1 shadow maps into the host's TLB0. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed