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 <stefa...@redhat.com>