Re: [Qemu-devel] [RFC 2 PATCH 09/16] hw/i386: Introduce initialize_topo_info function

2019-10-10 Thread Eduardo Habkost
On Fri, Sep 06, 2019 at 07:12:40PM +, Moger, Babu wrote: > Introduce initialize_topo_info to initialize X86CPUTopoInfo > data structure to build the topology. No functional change. > > Signed-off-by: Babu Moger Reviewed-by: Eduardo Habkost Maybe this could be squashed into patch 03/16.

[Qemu-devel] [RFC 2 PATCH 09/16] hw/i386: Introduce initialize_topo_info function

2019-09-06 Thread Moger, Babu
Introduce initialize_topo_info to initialize X86CPUTopoInfo data structure to build the topology. No functional change. Signed-off-by: Babu Moger --- hw/i386/pc.c | 29 + 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c