[Qemu-devel] [PATCH 0/3] numa: code consolidation and test fixup

Igor Mammedov posted 3 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1495094971-177754-1-git-send-email-imammedo@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/sysemu/numa.h |  1 +
hw/arm/virt.c         | 16 ++--------------
hw/core/machine.c     | 35 +++++++++++++++++++++++------------
hw/i386/pc.c          | 17 +----------------
hw/ppc/spapr.c        | 17 +----------------
numa.c                | 48 ++++++++++++++++++++++--------------------------
6 files changed, 50 insertions(+), 84 deletions(-)
[Qemu-devel] [PATCH 0/3] numa: code consolidation and test fixup
Posted by Igor Mammedov 6 years, 11 months ago
git repo for testing:
   https://github.com/imammedo/qemu.git cphp_numa_cfg_follow_up_v3_cleanups_v1

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 (3):
  numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr
  numa: move default mapping init to machine
  numa: silence incomplete mapping warning under qtest

 include/sysemu/numa.h |  1 +
 hw/arm/virt.c         | 16 ++--------------
 hw/core/machine.c     | 35 +++++++++++++++++++++++------------
 hw/i386/pc.c          | 17 +----------------
 hw/ppc/spapr.c        | 17 +----------------
 numa.c                | 48 ++++++++++++++++++++++--------------------------
 6 files changed, 50 insertions(+), 84 deletions(-)

-- 
2.7.4