Re: [PATCH v6 10/13] i386: Check for apic id encoding

2020-03-11 Thread Babu Moger
On 3/11/20 10:48 AM, Igor Mammedov wrote: > On Wed, 11 Mar 2020 09:50:04 -0500 > Babu Moger wrote: > >> On 3/11/20 7:17 AM, Igor Mammedov wrote: >>> On Tue, 10 Mar 2020 21:34:25 -0500 >>> Babu Moger wrote: >>> Check X86CPUDefinition if use_epyc_apic_id_encoding is enabled. If enabled

Re: [PATCH v6 10/13] i386: Check for apic id encoding

2020-03-11 Thread Igor Mammedov
On Wed, 11 Mar 2020 09:50:04 -0500 Babu Moger wrote: > On 3/11/20 7:17 AM, Igor Mammedov wrote: > > On Tue, 10 Mar 2020 21:34:25 -0500 > > Babu Moger wrote: > > > >> Check X86CPUDefinition if use_epyc_apic_id_encoding is enabled. If enabled > >> update X86MachineState with EPYC mode apic_id e

Re: [PATCH v6 10/13] i386: Check for apic id encoding

2020-03-11 Thread Babu Moger
On 3/11/20 7:17 AM, Igor Mammedov wrote: > On Tue, 10 Mar 2020 21:34:25 -0500 > Babu Moger wrote: > >> Check X86CPUDefinition if use_epyc_apic_id_encoding is enabled. If enabled >> update X86MachineState with EPYC mode apic_id encoding handlers. >> >> Also update the calling convention to use

Re: [PATCH v6 10/13] i386: Check for apic id encoding

2020-03-11 Thread Igor Mammedov
On Tue, 10 Mar 2020 21:34:25 -0500 Babu Moger wrote: > Check X86CPUDefinition if use_epyc_apic_id_encoding is enabled. If enabled > update X86MachineState with EPYC mode apic_id encoding handlers. > > Also update the calling convention to use apic_id handlers from > X86MachineState. > > Signed

[PATCH v6 10/13] i386: Check for apic id encoding

2020-03-10 Thread Babu Moger
Check X86CPUDefinition if use_epyc_apic_id_encoding is enabled. If enabled update X86MachineState with EPYC mode apic_id encoding handlers. Also update the calling convention to use apic_id handlers from X86MachineState. Signed-off-by: Babu Moger Acked-by: Michael S. Tsirkin --- hw/i386/pc.c