qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PULL 0/7] NUMA queue
Date: Mon, 23 Feb 2015 16:29:07 -0300	[thread overview]
Message-ID: <1424719754-2356-1-git-send-email-ehabkost@redhat.com> (raw)

The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000)

are available in the git repository at:

  https://github.com/ehabkost/qemu.git tags/numa-pull-request

for you to fetch changes up to dde11116782c1891a057165539efc014cf365026:

  numa: Rename set_numa_modes() to numa_post_machine_init() (2015-02-23 15:39:27 -0300)

----------------------------------------------------------------
This contains some NUMA code cleanups that I have been queueing, that are
needed for some fixes that are still under review on qemu-devel.

Sorry for sending this after devel freeze, but I didn't pay attention to the
schedule and was out of office last week due to local holidays.
----------------------------------------------------------------

Eduardo Habkost (7):
  numa: Move NUMA declarations from sysemu.h to numa.h
  vl.c: Remove unnecessary zero-initialization of NUMA globals
  numa: Move NUMA globals to numa.c
  numa: Make max_numa_nodeid static
  numa: Move QemuOpts parsing to set_numa_nodes()
  numa: Rename option parsing functions
  numa: Rename set_numa_modes() to numa_post_machine_init()

 hw/i386/pc.c            |  1 +
 hw/mem/pc-dimm.c        |  1 +
 hw/ppc/spapr.c          |  1 +
 include/sysemu/numa.h   | 24 ++++++++++++++++++++++++
 include/sysemu/sysemu.h | 18 ------------------
 monitor.c               |  1 +
 numa.c                  | 20 ++++++++++++++++----
 vl.c                    | 22 +++-------------------
 8 files changed, 47 insertions(+), 41 deletions(-)
 create mode 100644 include/sysemu/numa.h

-- 
2.1.0

             reply	other threads:[~2015-02-23 19:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-23 19:29 Eduardo Habkost [this message]
2015-02-23 19:29 ` [Qemu-devel] [PULL 1/7] numa: Move NUMA declarations from sysemu.h to numa.h Eduardo Habkost
2015-02-23 19:29 ` [Qemu-devel] [PULL 2/7] vl.c: Remove unnecessary zero-initialization of NUMA globals Eduardo Habkost
2015-02-23 19:29 ` [Qemu-devel] [PULL 3/7] numa: Move NUMA globals to numa.c Eduardo Habkost
2015-02-23 19:29 ` [Qemu-devel] [PULL 4/7] numa: Make max_numa_nodeid static Eduardo Habkost
2015-02-23 19:29 ` [Qemu-devel] [PULL 5/7] numa: Move QemuOpts parsing to set_numa_nodes() Eduardo Habkost
2015-02-23 19:29 ` [Qemu-devel] [PULL 6/7] numa: Rename option parsing functions Eduardo Habkost
2015-02-23 19:29 ` [Qemu-devel] [PULL 7/7] numa: Rename set_numa_modes() to numa_post_machine_init() Eduardo Habkost
2015-03-02 13:20 ` [Qemu-devel] [PULL 0/7] NUMA queue Peter Maydell

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=1424719754-2356-1-git-send-email-ehabkost@redhat.com \
    --to=ehabkost@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@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).