qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/7] clean build - eliminate warnings


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/7] clean build - eliminate warnings
Date: Sat, 21 Feb 2009 20:00:55 +0100
User-agent: StGIT/0.14.2

When working on larger or intrusive changes like the monitor rework, the
number of warnings a normal build generates (here: x86-64 host, gcc 4.3)
is still too high. And sometimes these warnings are not just of cosmetic
nature, see (reposted) patch 3.

This series reduces the number of warnings significantly, still not to
zero (someone would have to look into the NetWinder stuff), but almost:

Warning summary for 2009-02-21 (changes since 2009-02-21-base)
  generic          0    (-1)
  softmmu          0   (-39)
    x86            0     (0)
    arm            0   (-10)
    cris           0    (-7)
    m68k           0    (-4)
    mips           0     (0)
    ppc            0     (0)
    sh4            0   (-18)
    sparc          0     (0)
  linux-user      42   (-12)
    x86            0     (0)
    arm           42    (-8)
    cris           0    (-2)
    m68k           0    (-2)
    mips           0     (0)
    ppc            0     (0)
    sh4            0     (0)
    sparc          0     (0)
    alpha          0     (0)

So please apply (unless I papered over some real bug) and also take care
to avoid new ones in the future! (Be warned: I've a script here to
generate that overview, and I won't hesitate posting "regressions" when
required ;) ).


Find the patches also at git://git.kiszka.org/qemu.git queues/warnings

Jan Kiszka (7):
      clean build: Add bt_host_hci prototype
      clean build: Fix irq_info and pic_info related warnings
      arm: Fix gic_irq_state.level bitfield type
      clean build: Fix arm build warnings
      clean build: Fix remaining cris warnings
      clean build: Fix remaining m68k warnings
      clean build: Fix remaining sh4 warnings

 arm-dis.c               |   45 ---------------------------------------------
 bt-host.c               |    2 ++
 hw/an5206.c             |    1 +
 hw/arm_boot.c           |    2 +-
 hw/arm_gic.c            |    2 +-
 hw/arm_pic.c            |    1 +
 hw/etraxfs_eth.c        |    3 +--
 hw/etraxfs_pic.c        |    1 +
 hw/etraxfs_ser.c        |    1 +
 hw/etraxfs_timer.c      |    1 +
 hw/omap_clk.c           |   17 -----------------
 hw/shix.c               |   16 +---------------
 target-arm/helper.c     |    2 +-
 target-cris/cpu.h       |    3 +++
 target-cris/exec.h      |    3 ---
 target-cris/translate.c |    2 +-
 target-m68k/cpu.h       |    3 +++
 target-m68k/exec.h      |    3 ---
 target-m68k/helper.c    |    5 -----
 target-sh4/cpu.h        |    2 ++
 target-sh4/exec.h       |    6 ------
 target-sh4/helper.c     |   14 +++++++-------
 22 files changed, 28 insertions(+), 107 deletions(-)






reply via email to

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