qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] numa: move numa global variables into MachineState
@ 2019-04-04  3:34 Tao Xu
  2019-04-04  3:34 ` [Qemu-devel] [PATCH 1/3] numa: move numa global variable nb_numa_nodes " Tao Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tao Xu @ 2019-04-04  3:34 UTC (permalink / raw)
  To: imammedo, ehabkost, pbonzini; +Cc: qemu-devel, jingqi.liu, tao3.xu

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

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

end of thread, other threads:[~2019-04-04  4:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-04  3:34 [Qemu-devel] [PATCH 0/3] numa: move numa global variables into MachineState Tao Xu
2019-04-04  3:34 ` [Qemu-devel] [PATCH 1/3] numa: move numa global variable nb_numa_nodes " 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

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).