Re: [PATCH v2 1/2] spapr: Add associativity reference point count to machine info

2020-05-21 Thread Reza Arbab
On Thu, May 21, 2020 at 01:34:37AM +0200, Greg Kurz wrote: On Mon, 18 May 2020 16:44:17 -0500 Reza Arbab wrote: @@ -944,8 +946,9 @@ static void spapr_dt_rtas(SpaprMachineState *spapr, void *fdt) qemu_hypertas->str, qemu_hypertas->len)); g_string_free(qemu_hypertas, T

Re: [PATCH v2 1/2] spapr: Add associativity reference point count to machine info

2020-05-20 Thread David Gibson
On Thu, May 21, 2020 at 01:34:37AM +0200, Greg Kurz wrote: > On Mon, 18 May 2020 16:44:17 -0500 > Reza Arbab wrote: > > > Make the number of NUMA associativity reference points a > > machine-specific value, using the currently assumed default (two > > reference points). This preps the next patch

Re: [PATCH v2 1/2] spapr: Add associativity reference point count to machine info

2020-05-20 Thread Greg Kurz
On Mon, 18 May 2020 16:44:17 -0500 Reza Arbab wrote: > Make the number of NUMA associativity reference points a > machine-specific value, using the currently assumed default (two > reference points). This preps the next patch to conditionally change it. > > Signed-off-by: Reza Arbab > --- > hw

[PATCH v2 1/2] spapr: Add associativity reference point count to machine info

2020-05-18 Thread Reza Arbab
Make the number of NUMA associativity reference points a machine-specific value, using the currently assumed default (two reference points). This preps the next patch to conditionally change it. Signed-off-by: Reza Arbab --- hw/ppc/spapr.c | 6 +- include/hw/ppc/spapr.h | 1 + 2 file