qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] Suppress GCC warnings with -Wtype-limits, fix s


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0/5] Suppress GCC warnings with -Wtype-limits, fix some bugs too
Date: Sat, 4 Sep 2010 14:16:50 +0000

3/5 and 4/5 may fix a real bug. 5/5 enables the flag if supported.

Blue Swirl (5):
  Suppress some gcc warnings with -Wtype-limits
  PPC: Suppress gcc warnings with -Wtype-limits
  MIPS: fix yield handling
  pxa2xx: fix SSSR TFN logic
  Use gcc warning flag -Wtype-limits

 block/blkdebug.c        |    2 +-
 configure               |    2 +-
 hw/mips_fulong2e.c      |    2 +-
 hw/omap1.c              |    2 +-
 hw/ppc405_boards.c      |   23 ++++++++++++---------
 hw/ppc_newworld.c       |    3 +-
 hw/ppc_prep.c           |    3 +-
 hw/pxa2xx.c             |   10 ++++----
 hw/sm501.c              |    4 +-
 linux-user/flatload.c   |    3 +-
 linux-user/mmap.c       |    2 +-
 linux-user/syscall.c    |   20 ++++++++++++------
 target-mips/op_helper.c |    4 ++-
 target-ppc/op_helper.c  |   50 +++++++++++++++++++++++-----------------------
 14 files changed, 72 insertions(+), 58 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]