Re: [PATCH v5 05/16] hw/i386: Remove unnecessary initialization in x86_cpu_new

2020-03-09 Thread Igor Mammedov
On Tue, 03 Mar 2020 13:57:24 -0600 Babu Moger wrote: > The function pc_cpu_pre_plug takes care of initialization of CPUX86State. > So, remove the initialization here. > > Suggested-by: Igor Mammedov > Signed-off-by: Babu Moger Reviewed-by: Igor Mammedov > --- > hw/i386/x86.c |4 >

[PATCH v5 05/16] hw/i386: Remove unnecessary initialization in x86_cpu_new

2020-03-03 Thread Babu Moger
The function pc_cpu_pre_plug takes care of initialization of CPUX86State. So, remove the initialization here. Suggested-by: Igor Mammedov Signed-off-by: Babu Moger --- hw/i386/x86.c |4 1 file changed, 4 deletions(-) diff --git a/hw/i386/x86.c b/hw/i386/x86.c index