I updated the descriptions and cleaned up 6/16. Blue Swirl (15): Check for errors during BIOS or kernel load linux-user: fix socklen_t comparisons linux-user: fix types in a comparison linux-user: improve flatload error checking Introduce range.h Use range_covers_byte pxa2xx: remove useless checks blkdebug: fix enum comparison PPC: Suppress gcc warnings with -Wtype-limits MIPS: fix yield handling pxa2xx: fix SSSR TFN logic Use gcc warning flag -Wtype-limits Use a few more gcc warning flags Use gcc warning flag -Wempty-body Use gcc warning flag -Wnested-externs
block/blkdebug.c | 4 +-- configure | 5 +++- feature_to_c.sh | 1 - gdbstub.c | 1 - gdbstub.h | 3 ++ hw/acpi_piix4.c | 1 + hw/mips_fulong2e.c | 2 +- hw/msix.c | 1 + hw/omap1.c | 14 +++++++----- hw/omap_i2c.c | 5 ++- hw/omap_mmc.c | 5 ++- hw/pci.c | 1 + hw/pci.h | 29 --------------------------- hw/piix_pci.c | 1 + hw/ppc405_boards.c | 23 ++++++++++++--------- hw/ppc_newworld.c | 3 +- hw/ppc_prep.c | 3 +- hw/pxa2xx.c | 15 +++++++------ hw/sm501.c | 5 ++- hw/soc_dma.c | 5 ++- hw/vhost.c | 3 +- linux-user/flatload.c | 3 +- linux-user/mmap.c | 2 +- linux-user/syscall.c | 20 ++++++++++++------ range.h | 29 +++++++++++++++++++++++++++ target-cris/mmu.c | 2 +- target-mips/op_helper.c | 4 ++- target-ppc/op_helper.c | 50 +++++++++++++++++++++++----------------------- 28 files changed, 133 insertions(+), 107 deletions(-) create mode 100644 range.h