Re: [Qemu-devel] [PATCH 1/2] target-ppc: Change default cpu for ppc64le-linux-user

2014-06-30 Thread Alexander Graf
On 30.06.14 14:08, Tom Musta wrote: On 6/28/2014 1:42 PM, Richard Henderson wrote: On 06/28/2014 09:50 AM, Alexander Graf wrote: How about we switch to p7 for BE top? Not ideal until we implement all of p7's insns in TCG: Warning: Disabling some instructions which are not emulated by TCG (0x

Re: [Qemu-devel] [PATCH 1/2] target-ppc: Change default cpu for ppc64le-linux-user

2014-06-30 Thread Tom Musta
On 6/28/2014 1:42 PM, Richard Henderson wrote: > On 06/28/2014 09:50 AM, Alexander Graf wrote: >> How about we switch to p7 for BE top? > > Not ideal until we implement all of p7's insns in TCG: > > Warning: Disabling some instructions which are not emulated by TCG (0x0, 0x4) > > > r~ > That

Re: [Qemu-devel] [PATCH 1/2] target-ppc: Change default cpu for ppc64le-linux-user

2014-06-28 Thread Richard Henderson
On 06/28/2014 09:50 AM, Alexander Graf wrote: > How about we switch to p7 for BE top? Not ideal until we implement all of p7's insns in TCG: Warning: Disabling some instructions which are not emulated by TCG (0x0, 0x4) r~

Re: [Qemu-devel] [PATCH 1/2] target-ppc: Change default cpu for ppc64le-linux-user

2014-06-28 Thread Alexander Graf
> Am 28.06.2014 um 18:45 schrieb Richard Henderson : > > The default, 970fx, doesn't support MSR_LE. So even though we set LE in > ppc_cpu_reset, it gets cleared again in hreg_store_msr. Error out if a > user-selected cpu model doesn't support LE. > > Cc: Aldy Hernandez > Signed-off-by: Rich

[Qemu-devel] [PATCH 1/2] target-ppc: Change default cpu for ppc64le-linux-user

2014-06-28 Thread Richard Henderson
The default, 970fx, doesn't support MSR_LE. So even though we set LE in ppc_cpu_reset, it gets cleared again in hreg_store_msr. Error out if a user-selected cpu model doesn't support LE. Cc: Aldy Hernandez Signed-off-by: Richard Henderson --- The warning one gets from the unimplemented insns f