qemu-e2k/hw/ppc
Peter Maydell 3a87d00910 fpu: Replace uint32 typedef with uint32_t
Replace the uint32 softfloat-specific typedef with uint32_t.
This change was made with

find include hw fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\buint32\b/uint32_t/g'

together with manual removal of the typedef definition,
manual undoing of various mis-hits, and another couple of
fixes found via test compilation.

All the uses in hw/ were using the wrong type by mistake.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Leon Alrae <leon.alrae@imgtec.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Message-id: 1452603315-27030-5-git-send-email-peter.maydell@linaro.org
2016-01-22 15:09:21 +00:00
..
e500-ccsr.h
e500.c error: Use error_reportf_err() where it makes obvious sense 2016-01-13 15:16:17 +01:00
e500.h
e500plat.c
mac_newworld.c hw: Don't use hw_error() for machine initialization errors 2016-01-13 11:58:58 +01:00
mac_oldworld.c hw: Don't use hw_error() for machine initialization errors 2016-01-13 11:58:58 +01:00
mac.h
Makefile.objs
mpc8544_guts.c
mpc8544ds.c
ppc4xx_devs.c
ppc4xx_pci.c
ppc405_boards.c
ppc405_uc.c
ppc405.h
ppc440_bamboo.c
ppc_booke.c
ppc.c
ppce500_spin.c
prep.c hw: Don't use hw_error() for machine initialization errors 2016-01-13 11:58:58 +01:00
spapr_drc.c qom: Change object property iterator API contract 2016-01-18 17:47:58 +01:00
spapr_events.c fpu: Replace uint32 typedef with uint32_t 2016-01-22 15:09:21 +00:00
spapr_hcall.c
spapr_iommu.c
spapr_pci_vfio.c
spapr_pci.c
spapr_rng.c
spapr_rtas.c
spapr_rtc.c
spapr_vio.c
spapr.c error: Strip trailing '\n' from error string arguments (again) 2016-01-13 15:16:18 +01:00
virtex_ml507.c