[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topolo
From: |
Eduardo Habkost |
Subject: |
Re: [PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info |
Date: |
Tue, 10 Mar 2020 19:04:48 -0400 |
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 init_topo_info to initialize X86CPUTopoInfo members from
> X86MachineState.
>
> There is no functional changes.
>
> Signed-off-by: Babu Moger <address@hidden>
I was queueing this one, but I had to dequeue. You forgot to
tests/test-x86-cpuid.c to use the new X86CPUTopoInfo argument.
--
Eduardo
- [PATCH v5 00/16] APIC ID fixes for AMD EPYC CPU model, Babu Moger, 2020/03/03
- [PATCH v5 01/16] hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs, Babu Moger, 2020/03/03
- [PATCH v5 03/16] hw/i386: Consolidate topology functions, Babu Moger, 2020/03/03
- [PATCH v5 05/16] hw/i386: Remove unnecessary initialization in x86_cpu_new, Babu Moger, 2020/03/03
- [PATCH v5 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info, Babu Moger, 2020/03/03
- [PATCH v5 04/16] machine: Add SMP Sockets in CpuTopology, Babu Moger, 2020/03/03
- [PATCH v5 06/16] hw/i386: Update structures to save the number of nodes per package, Babu Moger, 2020/03/03
- [PATCH v5 08/16] hw/386: Add EPYC mode topology decoding functions, Babu Moger, 2020/03/03
- [PATCH v5 07/16] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids, Babu Moger, 2020/03/03
- [PATCH v5 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition, Babu Moger, 2020/03/03