Re: [PATCH v5 12/16] hw/i386: Use the apicid handlers from X86MachineState

2020-03-10 Thread Igor Mammedov
On Mon, 9 Mar 2020 14:08:53 -0500 Babu Moger wrote: > On 3/9/20 10:01 AM, Igor Mammedov wrote: > > On Tue, 03 Mar 2020 13:58:10 -0600 > > Babu Moger wrote: > > > >> Check and Load the apicid handlers from X86CPUDefinition if available. > >> Update the calling convention for the apicid

Re: [PATCH v5 12/16] hw/i386: Use the apicid handlers from X86MachineState

2020-03-09 Thread Babu Moger
On 3/9/20 10:01 AM, Igor Mammedov wrote: > On Tue, 03 Mar 2020 13:58:10 -0600 > Babu Moger wrote: > >> Check and Load the apicid handlers from X86CPUDefinition if available. >> Update the calling convention for the apicid handlers. >> >> Signed-off-by: Babu Moger > > >> --- >>

Re: [PATCH v5 12/16] hw/i386: Use the apicid handlers from X86MachineState

2020-03-09 Thread Igor Mammedov
On Tue, 03 Mar 2020 13:58:10 -0600 Babu Moger wrote: > Check and Load the apicid handlers from X86CPUDefinition if available. > Update the calling convention for the apicid handlers. > > Signed-off-by: Babu Moger > --- > hw/i386/pc.c |6 +++--- > hw/i386/x86.c | 11 +++ > 2

[PATCH v5 12/16] hw/i386: Use the apicid handlers from X86MachineState

2020-03-03 Thread Babu Moger
Check and Load the apicid handlers from X86CPUDefinition if available. Update the calling convention for the apicid handlers. Signed-off-by: Babu Moger --- hw/i386/pc.c |6 +++--- hw/i386/x86.c | 11 +++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/hw/i386/pc.c