From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50131 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHFYC-0001qt-Ns for qemu-devel@nongnu.org; Sat, 13 Nov 2010 07:50:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHFXo-0002f2-Fh for qemu-devel@nongnu.org; Sat, 13 Nov 2010 07:49:45 -0500 Received: from mail-qy0-f180.google.com ([209.85.216.180]:36744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHFXo-0002el-CU for qemu-devel@nongnu.org; Sat, 13 Nov 2010 07:49:24 -0500 Received: by qyk36 with SMTP id 36so491041qyk.4 for ; Sat, 13 Nov 2010 04:49:23 -0800 (PST) MIME-Version: 1.0 From: Blue Swirl Date: Sat, 13 Nov 2010 12:49:03 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] [PATCH 0/2] Fix uses of 'extern' qualifier for functions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 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(-)