From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTzq6-0002Cy-Ld for qemu-devel@nongnu.org; Thu, 01 Nov 2012 14:50:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTzq4-0002mX-Qr for qemu-devel@nongnu.org; Thu, 01 Nov 2012 14:50:02 -0400 Date: Thu, 1 Nov 2012 19:49:57 +0100 From: Stefan Hajnoczi Message-ID: <20121101184957.GA910@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 0/6] static patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Sun, Oct 28, 2012 at 11:04:45AM +0000, Blue Swirl wrote: > v2: extract function removal patches, skip ARM > > Blue Swirl (6): > target-sparc: make do_unaligned_access static > vl.c: add missing static > vnc: add missing static > ppc: add missing static > target-ppc: make some functions static > exec: make some functions static > > console.h | 2 -- > cpu-common.h | 5 ----- > exec-all.h | 2 -- > exec.c | 15 +++++++++------ > hw/adb.c | 8 ++++---- > hw/adb.h | 4 ---- > hw/nvram.h | 10 +--------- > hw/ppc.c | 16 ++++++++-------- > memory-internal.h | 2 -- > sysemu.h | 5 ----- > target-ppc/cpu.h | 7 ------- > target-ppc/mmu_helper.c | 11 ++++++----- > target-sparc/cpu.h | 3 --- > target-sparc/ldst_helper.c | 8 ++++++-- > ui/vnc-jobs.c | 10 +++++----- > ui/vnc-jobs.h | 1 - > ui/vnc.c | 14 +++++++------- > ui/vnc.h | 5 ----- > vl.c | 21 ++++++++++++--------- > 19 files changed, 58 insertions(+), 91 deletions(-) > > -- > 1.7.2.5 > > Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan