qemu-e2k/hw/net
Peter Maydell d341d9f306 fpu: Replace uint8 typedef with uint8_t
Replace the uint8 softfloat-specific typedef with uint8_t.
This change was made with

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

together with manual removal of the typedef definition and
manual fixing of more erroneous uses found via test compilation.

It turns out that the only code using this type is an accidental
use where uint8_t was intended anyway...

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-7-git-send-email-peter.maydell@linaro.org
2016-01-22 15:09:21 +00:00
..
fsl_etsec
rocker net: rocker: fix an incorrect array bounds check 2016-01-11 11:01:35 +08:00
allwinner_emac.c
cadence_gem.c
dp8393x.c
e1000_regs.h
e1000.c -----BEGIN PGP SIGNATURE----- 2015-12-07 14:18:31 +00:00
eepro100.c eepro100: Prevent two endless loops 2015-11-27 10:39:55 +08:00
etraxfs_eth.c etraxfs_eth: Don't use hw_error() in init() method 2016-01-13 11:58:58 +01:00
imx_fec.c
lan9118.c lan9118: log and ignore access to invalid registers, rather than aborting 2015-12-07 21:43:48 +08:00
lance.c
Makefile.objs
mcf_fec.c
milkymist-minimac2.c
mipsnet.c
ne2000-isa.c
ne2000.c net: ne2000: fix bounds check in ioport operations 2016-01-11 11:01:35 +08:00
ne2000.h
opencores_eth.c
pcnet-pci.c
pcnet.c pcnet: fix rx buffer overflow(CVE-2015-7512) 2015-12-07 21:43:48 +08:00
pcnet.h
rtl8139.c ether/slirp: Avoid redefinition of the same constants 2016-01-11 11:01:35 +08:00
smc91c111.c
spapr_llan.c
stellaris_enet.c
vhost_net.c vhost-user: ignore qemu-only features 2015-11-18 18:49:12 +02:00
virtio-net.c
vmware_utils.h fpu: Replace uint8 typedef with uint8_t 2016-01-22 15:09:21 +00:00
vmxnet3.c fpu: Replace uint32 typedef with uint32_t 2016-01-22 15:09:21 +00:00
vmxnet3.h
vmxnet_debug.h net/vmxnet3: fix debug macro pattern for vmxnet3 2016-01-11 11:01:34 +08:00
vmxnet_rx_pkt.c
vmxnet_rx_pkt.h
vmxnet_tx_pkt.c
vmxnet_tx_pkt.h
xen_nic.c
xgmac.c
xilinx_axienet.c
xilinx_ethlite.c