Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315841
b: refs/heads/master
c: d35b107
h: refs/heads/master
i:
  315839: c948ee7
v: v3
  • Loading branch information
Bharat Bhushan authored and Alexander Graf committed May 30, 2012
1 parent cda697b commit 897030c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21bd000abff7d587229dbbee6f8c17f3aad9f9d8
refs/heads/master: d35b1075afc0172caa44b57b56a2b9b57e06d32e
2 changes: 0 additions & 2 deletions trunk/Documentation/virtual/kvm/ppc-pv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ The following bits are safe to be set inside the guest:

MSR_EE
MSR_RI
MSR_CR
MSR_ME

If any other bit changes in the MSR, please still use mtmsr(d).

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/kvm_emul.S
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ kvm_emulate_mtmsrd_len:
.long (kvm_emulate_mtmsrd_end - kvm_emulate_mtmsrd) / 4


#define MSR_SAFE_BITS (MSR_EE | MSR_CE | MSR_ME | MSR_RI)
#define MSR_SAFE_BITS (MSR_EE | MSR_RI)
#define MSR_CRITICAL_BITS ~MSR_SAFE_BITS

.global kvm_emulate_mtmsr
Expand Down

0 comments on commit 897030c

Please sign in to comment.