qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] pseries NUMA distance rework
@ 2020-09-04 17:24 Daniel Henrique Barboza
  2020-09-04 17:24 ` [PATCH v6 1/3] spapr: move h_home_node_associativity to spapr_numa.c Daniel Henrique Barboza
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Henrique Barboza @ 2020-09-04 17:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel Henrique Barboza, qemu-ppc, groug, david

changes from v5, all suggested by Greg:
- patch 2:
    * changed g_malloc() to g_new()
    * removed the unneeded g_assert()
- all patches: added Greg's R-b

v5 link: https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg01978.html

Daniel Henrique Barboza (3):
  spapr: move h_home_node_associativity to spapr_numa.c
  spapr_numa: create a vcpu associativity helper
  spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcall

 hw/ppc/spapr_hcall.c   |  40 ----------------
 hw/ppc/spapr_numa.c    | 101 +++++++++++++++++++++++++++++++++++------
 include/hw/ppc/spapr.h |   7 ++-
 3 files changed, 94 insertions(+), 54 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-09-08  2:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-04 17:24 [PATCH v6 0/3] pseries NUMA distance rework Daniel Henrique Barboza
2020-09-04 17:24 ` [PATCH v6 1/3] spapr: move h_home_node_associativity to spapr_numa.c Daniel Henrique Barboza
2020-09-04 17:24 ` [PATCH v6 2/3] spapr_numa: create a vcpu associativity helper Daniel Henrique Barboza
2020-09-04 17:24 ` [PATCH v6 3/3] spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcall Daniel Henrique Barboza
2020-09-08  1:52 ` [PATCH v6 0/3] pseries NUMA distance rework David Gibson

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