Re: [PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2020-03-10 Thread Eduardo Habkost
On Tue, Mar 03, 2020 at 01:57:05PM -0600, Babu Moger wrote: > This is an effort to re-arrange few data structure for better readability. > > 1. Add X86CPUTopoInfo which will have all the topology informations >required to build the cpu topology. There is no functional changes. > 2. Introduce

Re: [PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2020-03-09 Thread Igor Mammedov
On Tue, 03 Mar 2020 13:57:05 -0600 Babu Moger wrote: > This is an effort to re-arrange few data structure for better readability. > > 1. Add X86CPUTopoInfo which will have all the topology informations >required to build the cpu topology. There is no functional changes. > 2. Introduce

[PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2020-03-03 Thread Babu Moger
This is an effort to re-arrange few data structure for better readability. 1. Add X86CPUTopoInfo which will have all the topology informations required to build the cpu topology. There is no functional changes. 2. Introduce init_topo_info to initialize X86CPUTopoInfo members from