KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.
authorBharat Bhushan <r65777@freescale.com>
Sun, 20 May 2012 23:21:53 +0000 (23:21 +0000)
committerAlexander Graf <agraf@suse.de>
Wed, 30 May 2012 09:43:11 +0000 (11:43 +0200)
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 <bharat.bhushan@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found