From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSm6C-0001Ft-Nq for qemu-devel@nongnu.org; Mon, 29 Oct 2012 05:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSm68-00074Y-MC for qemu-devel@nongnu.org; Mon, 29 Oct 2012 05:57:36 -0400 Date: Mon, 29 Oct 2012 10:57:28 +0100 From: Stefan Hajnoczi Message-ID: <20121029095728.GA30930@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 > > Waiting a bit before merging so experts in the various areas touched can take a look. Reviewed-by: Stefan Hajnoczi