Re: [Qemu-devel] [PATCH] PPC: Add wrapper for target long DCR operations

2010-02-06 Thread Alexander Graf
Am 06.02.2010 um 17:15 schrieb Aurelien Jarno : On Thu, Jan 14, 2010 at 06:04:25PM +0100, Alexander Graf wrote: On 14.01.2010, at 18:02, Aurelien Jarno wrote: On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote: On 14.01.2010, at 16:13, Aurelien Jarno wrote: On Fri, Jan 01, 2

Re: [Qemu-devel] [PATCH] PPC: Add wrapper for target long DCR operations

2010-02-06 Thread Aurelien Jarno
On Thu, Jan 14, 2010 at 06:04:25PM +0100, Alexander Graf wrote: > > On 14.01.2010, at 18:02, Aurelien Jarno wrote: > > > On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote: > >> > >> On 14.01.2010, at 16:13, Aurelien Jarno wrote: > >> > >>> On Fri, Jan 01, 2010 at 04:41:06PM +0100,

Re: [Qemu-devel] [PATCH] PPC: Add wrapper for target long DCR operations

2010-01-14 Thread Alexander Graf
On 14.01.2010, at 18:02, Aurelien Jarno wrote: > On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote: >> >> On 14.01.2010, at 16:13, Aurelien Jarno wrote: >> >>> On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote: The recent transition to always have the DCR helper f

Re: [Qemu-devel] [PATCH] PPC: Add wrapper for target long DCR operations

2010-01-14 Thread Aurelien Jarno
On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote: > > On 14.01.2010, at 16:13, Aurelien Jarno wrote: > > > On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote: > >> The recent transition to always have the DCR helper functions take 32 bit > >> values broke the PPC64 targe

Re: [Qemu-devel] [PATCH] PPC: Add wrapper for target long DCR operations

2010-01-14 Thread Alexander Graf
On 14.01.2010, at 16:13, Aurelien Jarno wrote: > On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote: >> The recent transition to always have the DCR helper functions take 32 bit >> values broke the PPC64 target, as tlong became 64 bits there. >> >> This patch moves all translate.c ca

Re: [Qemu-devel] [PATCH] PPC: Add wrapper for target long DCR operations

2010-01-14 Thread Aurelien Jarno
On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote: > The recent transition to always have the DCR helper functions take 32 bit > values broke the PPC64 target, as tlong became 64 bits there. > > This patch moves all translate.c callers to a _tl function that simply > calls the uint32_

Re: [Qemu-devel] [PATCH] PPC: Add wrapper for target long DCR operations

2010-01-03 Thread Stefan Weil
Alexander Graf schrieb: > The recent transition to always have the DCR helper functions take 32 bit > values broke the PPC64 target, as tlong became 64 bits there. > > This patch moves all translate.c callers to a _tl function that simply > calls the uint32_t functions. That way we don't need to me