Re: [Qemu-devel] [RFC 2 PATCH 03/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2019-12-02 Thread Babu Moger
On 10/10/19 10:54 PM, Eduardo Habkost wrote: > On Fri, Sep 06, 2019 at 07:11:57PM +, Moger, Babu wrote: >> This is an effort to re-arrange few data structure for better >> readability. Add X86CPUTopoInfo which will have all the topology >> informations required to build the cpu topology.

Re: [Qemu-devel] [RFC 2 PATCH 03/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2019-12-02 Thread Babu Moger
On 10/10/19 9:29 PM, Eduardo Habkost wrote: > On Fri, Sep 06, 2019 at 07:11:57PM +, Moger, Babu wrote: >> This is an effort to re-arrange few data structure for better >> readability. Add X86CPUTopoInfo which will have all the topology >> informations required to build the cpu topology.

Re: [Qemu-devel] [RFC 2 PATCH 03/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2019-10-10 Thread Eduardo Habkost
On Fri, Sep 06, 2019 at 07:11:57PM +, Moger, Babu wrote: > This is an effort to re-arrange few data structure for better > readability. Add X86CPUTopoInfo which will have all the topology > informations required to build the cpu topology. There is no > functional changes. > > Signed-off-by:

Re: [Qemu-devel] [RFC 2 PATCH 03/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2019-10-10 Thread Eduardo Habkost
On Fri, Sep 06, 2019 at 07:11:57PM +, Moger, Babu wrote: > This is an effort to re-arrange few data structure for better > readability. Add X86CPUTopoInfo which will have all the topology > informations required to build the cpu topology. There is no > functional changes. > > Signed-off-by:

[Qemu-devel] [RFC 2 PATCH 03/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info

2019-09-06 Thread Moger, Babu
This is an effort to re-arrange few data structure for better readability. Add X86CPUTopoInfo which will have all the topology informations required to build the cpu topology. There is no functional changes. Signed-off-by: Babu Moger --- hw/i386/pc.c | 40