From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSQg6-0001uu-7R for qemu-devel@nongnu.org; Sun, 28 Oct 2012 07:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSQg4-0007qi-Ob for qemu-devel@nongnu.org; Sun, 28 Oct 2012 07:05:14 -0400 From: Blue Swirl Date: Sun, 28 Oct 2012 11:04:45 +0000 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/6] static patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, blauwirbel@gmail.com 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