Re: [Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)

2013-07-21 Thread Stefan Weil
Am 20.07.2013 16:24, schrieb Andreas Färber: > > Anthony recently stated very clearly that in order for him to pick up a > patch it needs to have a Reviewed-by. This one only got an Acked-by. No rule without exception. When I look at the list of patches which were picked up recently, I see lots o

Re: [Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)

2013-07-20 Thread Andreas Färber
Am 19.07.2013 20:59, schrieb Stefan Weil: > Am 19.07.2013 00:40, schrieb Alexander Graf: >> On 18.07.2013, at 21:49, Stefan Weil wrote: >>> Am 16.07.2013 07:54, schrieb Stefan Weil: Am 12.07.2013 18:48, schrieb Stefan Weil: > Hi Anthony, > > the patch fixes a build regression which

Re: [Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)

2013-07-19 Thread Stefan Weil
Am 19.07.2013 00:40, schrieb Alexander Graf: > On 18.07.2013, at 21:49, Stefan Weil wrote: > >> Am 16.07.2013 07:54, schrieb Stefan Weil: >>> Am 12.07.2013 18:48, schrieb Stefan Weil: Fix a number of warnings for 32 bit builds (tested on MingW and Linux): CChw/ide/macio.o q

Re: [Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)

2013-07-18 Thread Alexander Graf
On 18.07.2013, at 21:49, Stefan Weil wrote: > Am 16.07.2013 07:54, schrieb Stefan Weil: >> Am 12.07.2013 18:48, schrieb Stefan Weil: >>> Fix a number of warnings for 32 bit builds (tested on MingW and Linux): >>> >>> CChw/ide/macio.o >>> qemu/hw/ide/macio.c: In function 'pmac_ide_atapi_tran

Re: [Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)

2013-07-18 Thread Stefan Weil
Am 16.07.2013 07:54, schrieb Stefan Weil: > Am 12.07.2013 18:48, schrieb Stefan Weil: >> Fix a number of warnings for 32 bit builds (tested on MingW and Linux): >> >> CChw/ide/macio.o >> qemu/hw/ide/macio.c: In function 'pmac_ide_atapi_transfer_cb': >> qemu/hw/ide/macio.c:134:9: error: format

Re: [Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)

2013-07-15 Thread Stefan Weil
Am 12.07.2013 18:48, schrieb Stefan Weil: > Fix a number of warnings for 32 bit builds (tested on MingW and Linux): > > CChw/ide/macio.o > qemu/hw/ide/macio.c: In function 'pmac_ide_atapi_transfer_cb': > qemu/hw/ide/macio.c:134:9: error: format '%lx' expects argument of type 'long > unsigned

[Qemu-devel] [PATCH] PPC: dbdma: macio: Fix format specifiers (build regression)

2013-07-12 Thread Stefan Weil
Fix a number of warnings for 32 bit builds (tested on MingW and Linux): CChw/ide/macio.o qemu/hw/ide/macio.c: In function 'pmac_ide_atapi_transfer_cb': qemu/hw/ide/macio.c:134:9: error: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'hwaddr' [-Werror=form