commit | d35b1075afc0172caa44b57b56a2b9b57e06d32e | [log] [tgz] |
---|---|---|
author | Bharat Bhushan <r65777@freescale.com> | Sun May 20 23:21:53 2012 +0000 |
committer | Alexander Graf <agraf@suse.de> | Wed May 30 11:43:11 2012 +0200 |
tree | 9ce55544f23d250c27e84ac5c93a5a9f12693660 | |
parent | 21bd000abff7d587229dbbee6f8c17f3aad9f9d8 [diff] |
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 <bharat.bhushan@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>