Stefan Weil 04dd125942 PPC: dbdma: macio: Fix format specifiers (build regression)
Fix a number of warnings for 32 bit builds (tested on MingW and Linux):

  CC    hw/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=format]
qemu/hw/ide/macio.c: In function 'pmac_ide_transfer_cb':
qemu/hw/ide/macio.c:215:5: error: format '%ld' expects argument of type 'long int', but argument 5 has type 'int64_t' [-Werror=format]
qemu/hw/ide/macio.c:222:9: error: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'hwaddr' [-Werror=format]
qemu/hw/ide/macio.c:264:9: error: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'hwaddr' [-Werror=format]
cc1: all warnings being treated as errors
make: *** [hw/ide/macio.o] Error 1

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2013-07-27 11:22:54 +04:00
2013-07-26 21:10:11 +02:00
2013-07-09 13:38:56 -05:00
2013-07-24 15:37:43 +02:00
2013-07-26 21:10:11 +02:00
2013-07-26 22:01:31 +02:00
2013-07-24 15:37:43 +02:00
2013-07-26 21:10:11 +02:00
2013-07-22 12:52:34 -05:00
2013-07-18 08:17:42 -07:00
2013-07-23 11:12:00 +02:00
2013-07-27 11:22:53 +04:00
2013-07-23 02:41:31 +02:00
2013-07-15 09:49:00 +02:00
2013-07-23 11:12:00 +02:00
2013-07-23 11:12:00 +02:00
2013-07-19 12:52:03 +04:00
2013-07-23 11:11:59 +02:00
2013-07-10 13:42:09 -04:00
2013-07-04 17:42:45 +02:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%