Re: [Qemu-devel] [RFC 2 PATCH 04/16] machine: Add SMP Sockets in CpuTopology

2019-10-10 Thread Eduardo Habkost
On Fri, Sep 06, 2019 at 07:12:04PM +, Moger, Babu wrote: > Store the smp Sockets in CpuTopology. Socket information > is required to build the cpu topology in new epyc mode. > > Signed-off-by: Babu Moger Reviewed-by: Eduardo Habkost > --- > hw/core/machine.c |1 + > hw/i386/pc.c

[Qemu-devel] [RFC 2 PATCH 04/16] machine: Add SMP Sockets in CpuTopology

2019-09-06 Thread Moger, Babu
Store the smp Sockets in CpuTopology. Socket information is required to build the cpu topology in new epyc mode. Signed-off-by: Babu Moger --- hw/core/machine.c |1 + hw/i386/pc.c|1 + include/hw/boards.h |2 ++ vl.c|1 + 4 files changed, 5 insertions(+