From: Bharat Bhushan Date: Sun, 20 May 2012 23:21:53 +0000 (+0000) Subject: KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt. X-Git-Tag: v3.6-rc1~124^2~71^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35b1075afc0172caa44b57b56a2b9b57e06d32e;p=pandora-kernel.git KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt. If there is pending critical or machine check interrupt then guest would like to capture it when guest enable MSR.CE and MSR_ME respectively. Also as mostly MSR_CE and MSR_ME are updated with rfi/rfci/rfmii which anyway traps so removing the the paravirt optimization for MSR.CE and MSR.ME. Signed-off-by: Bharat Bhushan Signed-off-by: Alexander Graf --- Reading git-diff-tree failed