Re: [libvirt] [PATCH 1/9] target-i386: Move TCG initialization check to tcg_x86_init()

2016-05-10 Thread Igor Mammedov
On Fri, 6 May 2016 15:11:24 -0300 Eduardo Habkost wrote: > Instead of requiring cpu.c to check if TCG was already initialized, > simply let the function be called multiple times. > > Suggested-by: Igor Mammedov > Signed-off-by: Eduardo Habkost Reviewed-by: Igor Mammedov > --- > target-i386

[libvirt] [PATCH 1/9] target-i386: Move TCG initialization check to tcg_x86_init()

2016-05-06 Thread Eduardo Habkost
Instead of requiring cpu.c to check if TCG was already initialized, simply let the function be called multiple times. Suggested-by: Igor Mammedov Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 4 +--- target-i386/translate.c | 6 ++ 2 files changed, 7 insertions(+), 3 deletion