Re: [PATCH v5 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition

2020-03-10 Thread Igor Mammedov
On Mon, 9 Mar 2020 14:04:39 -0500 Babu Moger wrote: > On 3/9/20 9:49 AM, Igor Mammedov wrote: > > On Tue, 03 Mar 2020 13:58:03 -0600 > > Babu Moger wrote: > > > >> Load the model specific handlers if available or else default handlers > >> will be loaded. Add the model specific handlers if

Re: [PATCH v5 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition

2020-03-09 Thread Babu Moger
On 3/9/20 9:49 AM, Igor Mammedov wrote: > On Tue, 03 Mar 2020 13:58:03 -0600 > Babu Moger wrote: > >> Load the model specific handlers if available or else default handlers >> will be loaded. Add the model specific handlers if apicid decoding >> differs from the standard sequential numbering.

Re: [PATCH v5 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition

2020-03-09 Thread Igor Mammedov
On Mon, 9 Mar 2020 15:49:22 +0100 Igor Mammedov wrote: > On Tue, 03 Mar 2020 13:58:03 -0600 > Babu Moger wrote: > > > Load the model specific handlers if available or else default handlers > > will be loaded. Add the model specific handlers if apicid decoding > > differs from the standard

Re: [PATCH v5 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition

2020-03-09 Thread Igor Mammedov
On Tue, 03 Mar 2020 13:58:03 -0600 Babu Moger wrote: > Load the model specific handlers if available or else default handlers > will be loaded. Add the model specific handlers if apicid decoding > differs from the standard sequential numbering. > this is still the old version of the patch and

[PATCH v5 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition

2020-03-03 Thread Babu Moger
Load the model specific handlers if available or else default handlers will be loaded. Add the model specific handlers if apicid decoding differs from the standard sequential numbering. Signed-off-by: Babu Moger --- target/i386/cpu.c | 34 ++ target/i386/cpu.h