From: Scott Wood Date: Tue, 20 Dec 2011 15:34:37 +0000 (+0000) Subject: KVM: PPC: e500: Track TLB1 entries with a bitmap X-Git-Tag: v3.5-rc1~88^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f802fe98bd5bd4fe1dd86df3e5c58546e65ad09;p=pandora-kernel.git KVM: PPC: e500: Track TLB1 entries with a bitmap Rather than invalidate everything when a TLB1 entry needs to be taken down, keep track of which host TLB1 entries are used for a given guest TLB1 entry, and invalidate just those entries. Based on code from Ashish Kalra and Liu Yu . Signed-off-by: Scott Wood Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed