Re: [Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-04-21 Thread Blue Swirl
On Fri, Apr 20, 2012 at 12:45, Alexander Graf wrote: > > On 16.04.2012, at 21:46, Blue Swirl wrote: > >> On Mon, Apr 16, 2012 at 19:28, Peter Maydell >> wrote: >>> On 16 April 2012 20:12, Blue Swirl wrote: On Mon, Apr 16, 2012 at 16:53, Alexander Graf wrote: > If you can update it on

Re: [Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-04-20 Thread Alexander Graf
On 16.04.2012, at 21:46, Blue Swirl wrote: > On Mon, Apr 16, 2012 at 19:28, Peter Maydell wrote: >> On 16 April 2012 20:12, Blue Swirl wrote: >>> On Mon, Apr 16, 2012 at 16:53, Alexander Graf wrote: If you can update it on top of ppc-next and add patch descriptions in every patch (mo

Re: [Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-04-16 Thread Blue Swirl
On Mon, Apr 16, 2012 at 19:28, Peter Maydell wrote: > On 16 April 2012 20:12, Blue Swirl wrote: >> On Mon, Apr 16, 2012 at 16:53, Alexander Graf wrote: >>> If you can update it on top of ppc-next and add patch descriptions >>> in every patch (more than just the subject line), I'll happily apply

Re: [Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-04-16 Thread Peter Maydell
On 16 April 2012 20:12, Blue Swirl wrote: > On Mon, Apr 16, 2012 at 16:53, Alexander Graf wrote: >> If you can update it on top of ppc-next and add patch descriptions >> in every patch (more than just the subject line), I'll happily apply >> it and if possible also pull it in before the hard free

Re: [Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-04-16 Thread Alexander Graf
On 16.04.2012, at 21:12, Blue Swirl wrote: > On Mon, Apr 16, 2012 at 16:53, Alexander Graf wrote: >> >> On 31.03.2012, at 18:25, Blue Swirl wrote: >> >>> Split PPC op helpers, convert to AREG0 free operation. Survives simple >>> tests. >>> >>> FPU and SPE as well as integer and vector ops co

Re: [Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-04-16 Thread Blue Swirl
On Mon, Apr 16, 2012 at 16:53, Alexander Graf wrote: > > On 31.03.2012, at 18:25, Blue Swirl wrote: > >> Split PPC op helpers, convert to AREG0 free operation. Survives simple tests. >> >> FPU and SPE as well as integer and vector ops could be split further, >> each to their own file. This can be

Re: [Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-04-16 Thread Alexander Graf
On 31.03.2012, at 18:25, Blue Swirl wrote: > Split PPC op helpers, convert to AREG0 free operation. Survives simple tests. > > FPU and SPE as well as integer and vector ops could be split further, > each to their own file. This can be done also later. > > It could be possible to move some code

[Qemu-devel] [PATCH 00/20] PPC: AREG0 conversion

2012-03-31 Thread Blue Swirl
Split PPC op helpers, convert to AREG0 free operation. Survives simple tests. FPU and SPE as well as integer and vector ops could be split further, each to their own file. This can be done also later. It could be possible to move some code from hw/ppc.c to various helpers but that can also be don