All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tao Xu <tao3.xu@intel.com>
To: imammedo@redhat.com, ehabkost@redhat.com, pbonzini@redhat.com
Cc: qemu-devel@nongnu.org, jingqi.liu@intel.com, tao3.xu@intel.com
Subject: [Qemu-devel] [PATCH 0/3] numa: move numa global variables into MachineState
Date: Thu,  4 Apr 2019 11:34:26 +0800	[thread overview]
Message-ID: <20190404033429.17232-1-tao3.xu@intel.com> (raw)

The aim of this patch is to add struct NumaState in MachineState
and move existing numa global nb_numa_nodes into NumaState.
And add variable numa_support into MachineClass to decide which
submachines support NUMA.

Tao Xu (3):
  numa: move numa global variable nb_numa_nodes into MachineState
  numa: move numa global variable have_numa_distance into MachineState
  numa: move numa global variable numa_info into MachineState

 exec.c                              |  3 +++
 hw/acpi/aml-build.c                 |  3 +++
 hw/arm/boot.c                       |  3 +++
 hw/arm/virt-acpi-build.c            |  8 +++++++-
 hw/arm/virt.c                       |  7 ++++++-
 hw/core/machine.c                   |  9 ++++++--
 hw/i386/acpi-build.c                |  2 +-
 hw/i386/pc.c                        |  9 +++++++-
 hw/mem/pc-dimm.c                    |  2 ++
 hw/pci-bridge/pci_expander_bridge.c |  2 ++
 hw/ppc/spapr.c                      | 23 ++++++++++++++++-----
 hw/ppc/spapr_pci.c                  |  2 ++
 include/hw/boards.h                 | 21 +++++++++++++++++++
 include/sysemu/numa.h               | 11 ----------
 monitor.c                           |  2 ++
 numa.c                              | 32 +++++++++++++++++++++--------
 16 files changed, 109 insertions(+), 30 deletions(-)

-- 
2.17.1

             reply	other threads:[~2019-04-04  3:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04  3:34 Tao Xu [this message]
2019-04-04  3:34 ` [Qemu-devel] [PATCH 1/3] numa: move numa global variable nb_numa_nodes into MachineState Tao Xu
2019-04-04  3:34 ` [Qemu-devel] [PATCH 2/3] numa: move numa global variable have_numa_distance " Tao Xu
2019-04-04  3:34 ` [Qemu-devel] [PATCH 3/3] numa: move numa global variable numa_info " Tao Xu
2019-04-04  4:14 ` [Qemu-devel] [PATCH 0/3] numa: move numa global variables " no-reply

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=20190404033429.17232-1-tao3.xu@intel.com \
    --to=tao3.xu@intel.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=jingqi.liu@intel.com \
    --cc=pbonzini@redhat.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.