Re: [PATCH v7 01/13] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2020-03-12 Thread Igor Mammedov
On Wed, 11 Mar 2020 17:52:52 -0500 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 ini

[PATCH v7 01/13] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2020-03-11 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 X86Machine