qemu-e2k/hw/ipmi
Peter Maydell f4014512cd fpu: Replace int32 typedef with int32_t
Replace the int32 softfloat-specific typedef with int32_t.
This change was made with

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

together with manual removal of the typedef definition, and
manual undoing of some mis-hits where macro arguments were
being used for token pasting rather than as a type.

The uses in hw/ipmi/ should not have been using this type at all.

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-4-git-send-email-peter.maydell@linaro.org
2016-01-22 15:09:21 +00:00
..
Makefile.objs ipmi: Add a BT low-level interface 2015-12-22 18:39:19 +02:00
ipmi.c ipmi: Add a firmware configuration repository 2015-12-22 18:39:19 +02:00
ipmi_bmc_extern.c ipmi: Add a force off function 2015-12-22 18:39:19 +02:00
ipmi_bmc_sim.c ipmi: Add migration capability to the IPMI devices. 2015-12-22 18:39:19 +02:00
isa_ipmi_bt.c fpu: Replace int32 typedef with int32_t 2016-01-22 15:09:21 +00:00
isa_ipmi_kcs.c fpu: Replace int32 typedef with int32_t 2016-01-22 15:09:21 +00:00