[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to AREG0 free mode |
Date: |
Mon, 30 Apr 2012 12:45:09 +0200 |
On 22.04.2012, at 15:26, Blue Swirl wrote:
> Add an explicit CPUPPCState parameter instead of relying on AREG0
> and rename op_helper.c (which only contains load and store helpers)
> to mem_helper.c. Remove AREG0 swapping in
> tlb_fill().
>
> Switch to AREG0 free mode. Use cpu_ld{l,uw}_code in translation
> and interrupt handling, cpu_{ld,st}{l,uw}_data in loads and stores.
This patch breaks qemu-system-ppc64 on ppc32 host user space for me. I'm trying
to debug it down, but worst case I'll omit this patch set for 1.1.
Alex