qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] static patches
@ 2012-10-28 11:04 Blue Swirl
  2012-10-28 11:04 ` [Qemu-devel] [PATCH v2 1/6] target-sparc: make do_unaligned_access static Blue Swirl
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Blue Swirl @ 2012-10-28 11:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, blauwirbel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-11-01 18:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 11:04 [Qemu-devel] [PATCH v2 0/6] static patches Blue Swirl
2012-10-28 11:04 ` [Qemu-devel] [PATCH v2 1/6] target-sparc: make do_unaligned_access static Blue Swirl
2012-10-28 11:04 ` [Qemu-devel] [PATCH v2 2/6] vl.c: add missing static Blue Swirl
2012-10-28 11:04 ` [Qemu-devel] [PATCH v2 3/6] vnc: " Blue Swirl
2012-10-28 11:04 ` [Qemu-devel] [PATCH v2 4/6] ppc: " Blue Swirl
2012-10-29 19:09   ` Alexander Graf
2012-10-28 11:04 ` [Qemu-devel] [PATCH v2 5/6] target-ppc: make some functions static Blue Swirl
2012-10-29 19:08   ` Alexander Graf
2012-10-28 11:04 ` [Qemu-devel] [PATCH v2 6/6] exec: " Blue Swirl
2012-10-29  9:57 ` [Qemu-devel] [PATCH v2 0/6] static patches Stefan Hajnoczi
2012-11-01 18:49 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).