qemu-irix/hw/ide
Peter Maydell 2c02f88780 hw/ide/ahci.h: Avoid shifting left into sign bit
Add 'U' suffixes to avoid undefined behaviour shifting left into
the signed bit of a signed integer type. Clang's sanitizer will
warn about this:

 hw/ide/ahci.c:1210:27: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2014-03-07 11:29:21 +01:00
..
Makefile.objs
ahci.c
ahci.h hw/ide/ahci.h: Avoid shifting left into sign bit 2014-03-07 11:29:21 +01:00
atapi.c
cmd646.c
core.c
ich.c
internal.h
isa.c qdev: Remove hex8/32/64 property types 2014-02-14 21:12:04 +01:00
macio.c
microdrive.c
mmio.c
pci.c
pci.h
piix.c Call pci_piix3_xen_ide_unplug from unplug_disks 2014-02-20 17:28:08 +00:00
qdev.c qdev: Remove hex8/32/64 property types 2014-02-14 21:12:04 +01:00
via.c