Re: [Qemu-devel] [PATCH] tcg/i386: Display AMD HT warning only for KVM

2017-03-29 Thread Eduardo Habkost
On Wed, Mar 29, 2017 at 10:31:13AM +0200, Paolo Bonzini wrote: > On 29/03/2017 06:32, Pranith Kumar wrote: > > TCG uses the AMD cpu which warns when we use hyperthreading. Disable > > the warning for TCG since it is not necessary. > > > > Signed-off-by: Pranith Kumar > > --- > > target/i386/cpu.

Re: [Qemu-devel] [PATCH] tcg/i386: Display AMD HT warning only for KVM

2017-03-29 Thread Paolo Bonzini
On 29/03/2017 06:32, Pranith Kumar wrote: > TCG uses the AMD cpu which warns when we use hyperthreading. Disable > the warning for TCG since it is not necessary. > > Signed-off-by: Pranith Kumar > --- > target/i386/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a

[Qemu-devel] [PATCH] tcg/i386: Display AMD HT warning only for KVM

2017-03-28 Thread Pranith Kumar
TCG uses the AMD cpu which warns when we use hyperthreading. Disable the warning for TCG since it is not necessary. Signed-off-by: Pranith Kumar --- target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 7aa762245a..66242