Re: [Qemu-devel] [Qemu-ppc] target-ppc: Problem with mtmsr emulation

2014-03-28 Thread Tom Musta
On 3/28/2014 7:02 AM, Thomas Huth wrote: > On Fri, 28 Mar 2014 18:25:02 +0800 > Alexander Graf wrote: > >> >> >>> Am 28.03.2014 um 16:16 schrieb Thomas Huth : >>> >>> An easy way to fix this for Book III-S is to change the mask to >>> 0x001EF801 (just like the mask for mtmsrd), but I am afraid

Re: [Qemu-devel] [Qemu-ppc] target-ppc: Problem with mtmsr emulation

2014-03-28 Thread Tom Musta
On 3/28/2014 9:36 AM, Tom Musta wrote: > I agree with Alex that a flags based approach could be used to support the L > bit for > Book III-S models and to ignore the L bit for Book III-E models. The > question is > which flag(s) can we use? Let me see if I can find out. I looked at this a bit