Re: [Qemu-devel] [PATCH 23/28] x86: replace cpu_x86_init() with cpu_generic_init()

2017-08-16 Thread Eduardo Habkost
On Fri, Jul 14, 2017 at 03:52:14PM +0200, Igor Mammedov wrote: > it's just a wrapper, drop it and use cpu_generic_init() directly > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost -- Eduardo

[Qemu-devel] [PATCH 23/28] x86: replace cpu_x86_init() with cpu_generic_init()

2017-07-14 Thread Igor Mammedov
it's just a wrapper, drop it and use cpu_generic_init() directly Signed-off-by: Igor Mammedov --- CC: Paolo Bonzini CC: Richard Henderson CC: Eduardo Habkost --- target/i386/cpu.h | 3 +-- target/i386/cpu.c | 5 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/target/i386/c