Re: [Qemu-devel] [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to AREG0 free mode

2012-05-02 Thread Alexander Graf
On 04/30/2012 05:34 PM, malc wrote: On Mon, 30 Apr 2012, Alexander Graf wrote: On 30.04.2012, at 12:45, Alexander Graf wrote: 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 sto

Re: [Qemu-devel] [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to AREG0 free mode

2012-05-01 Thread Blue Swirl
On Tue, May 1, 2012 at 14:25, Alexander Graf wrote: > > > On 01.05.2012, at 11:15, Blue Swirl wrote: > >> On Mon, Apr 30, 2012 at 11:51, Alexander Graf wrote: >>> >>> On 30.04.2012, at 12:45, Alexander Graf wrote: >>> On 22.04.2012, at 15:26, Blue Swirl wrote: > Add an explici

Re: [Qemu-devel] [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to AREG0 free mode

2012-05-01 Thread Alexander Graf
On 01.05.2012, at 11:15, Blue Swirl wrote: > On Mon, Apr 30, 2012 at 11:51, Alexander Graf wrote: >> >> On 30.04.2012, at 12:45, Alexander Graf wrote: >> >>> >>> On 22.04.2012, at 15:26, Blue Swirl wrote: >>> Add an explicit CPUPPCState parameter instead of relying on AREG0 and r

Re: [Qemu-devel] [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to AREG0 free mode

2012-05-01 Thread Blue Swirl
On Mon, Apr 30, 2012 at 11:51, Alexander Graf wrote: > > On 30.04.2012, at 12:45, Alexander Graf wrote: > >> >> 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

Re: [Qemu-devel] [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to AREG0 free mode

2012-04-30 Thread malc
On Mon, 30 Apr 2012, Alexander Graf wrote: > > On 30.04.2012, at 12:45, Alexander Graf wrote: > > > > > 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)

Re: [Qemu-devel] [Qemu-ppc] [PATCH 20/22] ppc: move load and store helpers, switch to AREG0 free mode

2012-04-30 Thread Alexander Graf
On 30.04.2012, at 12:45, Alexander Graf wrote: > > 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().