mbox series

[v6,0/3] pseries NUMA distance rework

Message ID 20200904172422.617460-1-danielhb413@gmail.com
Headers show
Series pseries NUMA distance rework | expand

Message

Daniel Henrique Barboza Sept. 4, 2020, 5:24 p.m. UTC
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(-)

Comments

David Gibson Sept. 8, 2020, 1:52 a.m. UTC | #1
On Fri, Sep 04, 2020 at 02:24:19PM -0300, Daniel Henrique Barboza wrote:

> 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

Applied to ppc-for-5.2.

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