Re: [PATCH v4 10/16] hw/i386: Introduce apicid functions inside X86MachineState

2020-02-24 Thread Babu Moger
On 2/24/20 11:01 AM, Igor Mammedov wrote: > On Thu, 13 Feb 2020 12:17:32 -0600 > Babu Moger wrote: > >> Introduce model specific apicid functions inside X86MachineState. >> These functions will be loaded from X86CPUDefinition. >> >> Signed-off-by: Babu Moger >> --- >> include/hw/i386/x86.h

Re: [PATCH v4 10/16] hw/i386: Introduce apicid functions inside X86MachineState

2020-02-24 Thread Igor Mammedov
On Thu, 13 Feb 2020 12:17:32 -0600 Babu Moger wrote: > Introduce model specific apicid functions inside X86MachineState. > These functions will be loaded from X86CPUDefinition. > > Signed-off-by: Babu Moger > --- > include/hw/i386/x86.h |9 + > 1 file changed, 9 insertions(+) > >

[PATCH v4 10/16] hw/i386: Introduce apicid functions inside X86MachineState

2020-02-13 Thread Babu Moger
Introduce model specific apicid functions inside X86MachineState. These functions will be loaded from X86CPUDefinition. Signed-off-by: Babu Moger --- include/hw/i386/x86.h |9 + 1 file changed, 9 insertions(+) diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h index