All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] numa: code consolidation and fixes
@ 2017-05-23 14:38 Igor Mammedov
  2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 1/5] numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr Igor Mammedov
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Igor Mammedov @ 2017-05-23 14:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, qemu-ppc, Eduardo Habkost, David Gibson, Andrew Jones

changelog since v1:
  (Eduardo)
     - user error_abort in numa_cpu_pre_plug()
     - make default_mapping boolean
     - redo default mapping detection loop as a combo of for/if
     - return back lost TODO comment
     - new patch removing numa_node from generic CPUState
  - drop silence test patch as it's already in pull req on list
  - new patch [3/5] to fix missing _PXM/fdt nodes for implicitly mapped CPUs
  - new patch dropping fallback to node 0


git repo for testing:
   https://github.com/imammedo/qemu.git cphp_numa_cfg_follow_up_v3_cleanups_v2

CC: qemu-arm@nongnu.org
CC: qemu-ppc@nongnu.org
CC: Eduardo Habkost <ehabkost@redhat.com>
CC: David Gibson <david@gibson.dropbear.id.au>
CC: Andrew Jones <drjones@redhat.com>

Igor Mammedov (5):
  numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr
  numa: move default mapping init to machine
  numa: make sure that all cpus in has has_node_id set if numa is
    enabled
  numa: fallback to default NUMA node instead of node 0
  numa: move numa_node from CPUState into target specific classes

 include/qom/cpu.h        |  2 --
 include/sysemu/numa.h    |  1 +
 target/arm/cpu.h         |  2 ++
 target/i386/cpu.h        |  1 +
 target/ppc/cpu.h         |  1 +
 hw/arm/virt-acpi-build.c |  4 +---
 hw/arm/virt.c            | 16 ++--------------
 hw/core/machine.c        | 34 ++++++++++++++++++++++++----------
 hw/i386/acpi-build.c     |  3 +--
 hw/i386/pc.c             | 21 ++-------------------
 hw/ppc/spapr.c           | 41 ++++++++++++-----------------------------
 hw/ppc/spapr_cpu_core.c  |  4 +++-
 monitor.c                | 11 +++++++----
 numa.c                   | 43 +++++++++++++++++--------------------------
 target/arm/cpu.c         |  2 +-
 target/i386/cpu.c        |  2 +-
 16 files changed, 76 insertions(+), 112 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-05-29 13:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 14:38 [Qemu-devel] [PATCH v2 0/5] numa: code consolidation and fixes Igor Mammedov
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 1/5] numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr Igor Mammedov
2017-05-26 15:01   ` Eduardo Habkost
2017-05-26 15:33   ` Eduardo Habkost
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 2/5] numa: move default mapping init to machine Igor Mammedov
2017-05-26 15:02   ` Eduardo Habkost
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 3/5] numa: make sure that all cpus in has has_node_id set if numa is enabled Igor Mammedov
2017-05-26 16:06   ` Eduardo Habkost
2017-05-29 11:45     ` Igor Mammedov
2017-05-29 13:22       ` Eduardo Habkost
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 4/5] numa: fallback to default NUMA node instead of node 0 Igor Mammedov
2017-05-23 14:48   ` Eduardo Habkost
2017-05-23 15:44     ` Igor Mammedov
2017-05-26 14:58       ` Eduardo Habkost
2017-05-29  9:12         ` Igor Mammedov
2017-05-29 12:11         ` Igor Mammedov
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 5/5] numa: move numa_node from CPUState into target specific classes Igor Mammedov
2017-05-26 18:25   ` Eduardo Habkost
2017-05-29 12:12     ` Igor Mammedov

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.