qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Fix uses of 'extern' qualifier for functions


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0/2] Fix uses of 'extern' qualifier for functions
Date: Sat, 13 Nov 2010 12:49:03 +0000

Blue Swirl (2):
  Delete useless 'extern' qualifiers for functions
  Replace 'extern inline' with 'static inline'

 cache-utils.h                   |    2 +-
 cmd.h                           |   36 ++++++++--------
 darwin-user/commpage.c          |    2 +-
 darwin-user/syscall.c           |   24 +++++-----
 dis-asm.h                       |   85 +++++++++++++++++++--------------------
 envlist.h                       |   14 +++---
 exec-all.h                      |    2 +-
 fpu/softfloat-native.c          |    4 +-
 fsdev/qemu-fsdev.h              |    6 +-
 hw/file-op-9p.h                 |    2 +-
 hw/hw.h                         |   21 +++++-----
 hw/mips.h                       |    2 +-
 hw/s390-virtio-bus.h            |   16 +++----
 hw/virtio-9p-xattr.h            |   17 ++++----
 hw/virtio-9p.h                  |    4 +-
 hw/watchdog.h                   |    8 ++--
 linux-user/arm/nwfpe/fpa11.h    |    6 +-
 linux-user/arm/nwfpe/fpopcode.h |    4 +-
 linux-user/syscall.c            |   10 ++--
 m68k-dis.c                      |   11 ++---
 osdep.c                         |    2 +-
 qemu-common.h                   |    2 +-
 slirp/slirp.h                   |   10 ++--
 target-s390x/cpu.h              |    6 +-
 tests/cris/check_abs.c          |    5 +-
 tests/cris/check_addc.c         |    3 +-
 tests/cris/check_addcm.c        |    6 ++-
 tests/cris/check_bound.c        |    9 +++-
 tests/cris/check_ftag.c         |   12 ++++--
 tests/cris/check_int64.c        |    6 ++-
 tests/cris/check_lz.c           |    2 +-
 tests/cris/check_swap.c         |    2 +-
 tests/cris/crisutils.h          |   20 +++++-----
 tests/cris/sys.h                |    4 +-
 tests/hello-i386.c              |    4 +-
 tests/runcom.c                  |    4 +-
 ui/cocoa.m                      |    6 +-
 ui/d3des.h                      |    8 ++--
 ui/x_keymap.h                   |    4 +-
 39 files changed, 199 insertions(+), 192 deletions(-)



reply via email to

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