On 14 September 2014 12:43, Alex Bennée wrote:
>
> Richard Henderson writes:
>
>> Cc: qemu-...@nongnu.org
>> Signed-off-by: Richard Henderson
>
>> +static void ppc_cpu_exec_enter(CPUState *cs)
>> +{
>> +PowerPCCPU *cpu = POWERPC_CPU(cs);
>> +CPUPPCState *env = &cpu->env;
>> +
>
> Ok the
Richard Henderson writes:
> Cc: qemu-...@nongnu.org
> Signed-off-by: Richard Henderson
> +static void ppc_cpu_exec_enter(CPUState *cs)
> +{
> +PowerPCCPU *cpu = POWERPC_CPU(cs);
> +CPUPPCState *env = &cpu->env;
> +
Ok the naming of those structures and the order to traverse them gets
c
Cc: qemu-...@nongnu.org
Signed-off-by: Richard Henderson
---
cpu-exec.c | 3 ---
target-ppc/translate_init.c | 9 +
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/cpu-exec.c b/cpu-exec.c
index 9f84dda..d930e7a 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -3