Re: [PATCH v3 06/18] hw/core: Add core complex id in X86CPU topology

2020-01-28 Thread Babu Moger
On 1/28/20 10:31 AM, Eric Blake wrote: > On 12/3/19 6:37 PM, Babu Moger wrote: >> Introduce last level cache id(llc_id) in x86CPU topology.  This >> information is >> required to build the topology in EPIC mode. >> >> Signed-off-by: Babu Moger >> --- > >> +++ b/qapi/machine.json >> @@ -646,9

Re: [PATCH v3 06/18] hw/core: Add core complex id in X86CPU topology

2020-01-28 Thread Babu Moger
On 1/28/20 10:27 AM, Igor Mammedov wrote: > On Tue, 03 Dec 2019 18:37:35 -0600 > Babu Moger wrote: > >> Introduce last level cache id(llc_id) in x86CPU topology. This information >> is >> required to build the topology in EPIC mode. > can you add a reference to spec here so one could look

Re: [PATCH v3 06/18] hw/core: Add core complex id in X86CPU topology

2020-01-28 Thread Eric Blake
On 12/3/19 6:37 PM, Babu Moger wrote: Introduce last level cache id(llc_id) in x86CPU topology. This information is required to build the topology in EPIC mode. Signed-off-by: Babu Moger --- +++ b/qapi/machine.json @@ -646,9 +646,11 @@ # @node-id: NUMA node ID the CPU belongs to #

Re: [PATCH v3 06/18] hw/core: Add core complex id in X86CPU topology

2020-01-28 Thread Igor Mammedov
On Tue, 03 Dec 2019 18:37:35 -0600 Babu Moger wrote: > Introduce last level cache id(llc_id) in x86CPU topology. This information is > required to build the topology in EPIC mode. can you add a reference to spec here so one could look for detailed information about this? > Signed-off-by:

[PATCH v3 06/18] hw/core: Add core complex id in X86CPU topology

2019-12-03 Thread Babu Moger
Introduce last level cache id(llc_id) in x86CPU topology. This information is required to build the topology in EPIC mode. Signed-off-by: Babu Moger --- hw/core/machine-hmp-cmds.c |3 +++ hw/core/machine.c | 13 + hw/i386/pc.c | 10 ++