qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, blauwirbel@gmail.com
Subject: [Qemu-devel] [PATCH v2 0/6] static patches
Date: Sun, 28 Oct 2012 11:04:45 +0000	[thread overview]
Message-ID: <cover.1351422116.git.blauwirbel@gmail.com> (raw)

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

             reply	other threads:[~2012-10-28 11:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-28 11:04 Blue Swirl [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1351422116.git.blauwirbel@gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).