Re: [Qemu-devel] [PATCH] PPC: Make DCR uint32_t

2009-12-27 Thread Aurelien Jarno
On Sun, Dec 27, 2009 at 09:34:26PM +0100, Alexander Graf wrote: > > Am 27.12.2009 um 12:06 schrieb Stefan Weil : > > >Alexander Graf schrieb: > >>For what I know DCR is always 32 bits wide, so we should also use > >>uint32_t to > >>pass it along the stacks. > >> > >>This fixes a warning when comp

Re: [Qemu-devel] [PATCH] PPC: Make DCR uint32_t

2009-12-27 Thread Alexander Graf
Am 27.12.2009 um 12:06 schrieb Stefan Weil : Alexander Graf schrieb: For what I know DCR is always 32 bits wide, so we should also use uint32_t to pass it along the stacks. This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making it compile without --disable-werror Sign

Re: [Qemu-devel] [PATCH] PPC: Make DCR uint32_t

2009-12-27 Thread Stefan Weil
Alexander Graf schrieb: > For what I know DCR is always 32 bits wide, so we should also use > uint32_t to > pass it along the stacks. > > This fixes a warning when compiling qemu-system-ppc64 with KVM > enabled, making > it compile without --disable-werror > > Signed-off-by: Alexander Graf > --- >

[Qemu-devel] [PATCH] PPC: Make DCR uint32_t

2009-12-21 Thread Alexander Graf
For what I know DCR is always 32 bits wide, so we should also use uint32_t to pass it along the stacks. This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making it compile without --disable-werror Signed-off-by: Alexander Graf --- darwin-user/main.c |4 ++-- hw/ppc