qemu/hw/ssi
Cédric Le Goater 75dbf30be8 aspeed/smc: Fix potential overflow
Coverity warns that "ssi_transfer(s->spi, 0U) << 8 * i" might overflow
because the expression is evaluated using 32-bit arithmetic and then
used in a context expecting a uint64_t.

Fixes: Coverity CID 1487244
Message-Id: <20220628165512.1133590-1-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
2022-06-30 09:21:13 +02:00
..
aspeed_smc.c aspeed/smc: Fix potential overflow 2022-06-30 09:21:13 +02:00
ibex_spi_host.c hw/ssi: Add Ibex SPI device model 2022-04-22 10:35:16 +10:00
imx_spi.c
Kconfig
meson.build hw/ssi: Add Ibex SPI device model 2022-04-22 10:35:16 +10:00
mss-spi.c
npcm7xx_fiu.c
omap_spi.c
pl022.c
sifive_spi.c Do not include sysemu/sysemu.h if it's not really necessary 2021-05-02 17:24:50 +02:00
ssi.c qbus: Rename qbus_create() to qbus_new() 2021-09-30 13:44:08 +01:00
stm32f2xx_spi.c
trace-events hw/ssi: Add Ibex SPI device model 2022-04-22 10:35:16 +10:00
trace.h
xilinx_spi.c hw: Do not include qemu/log.h if it is not necessary 2021-05-02 17:24:50 +02:00
xilinx_spips.c
xlnx-versal-ospi.c migration: Remove load_state_old and minimum_version_id_old 2022-03-02 18:20:45 +00:00