Re: [Qemu-devel] [PATCH] target-i386: fix typo

2016-11-04 Thread Richard Henderson
On 11/02/2016 01:58 PM, Paolo Bonzini wrote: The impact is small because kvm_get_vcpu_events fixes env->hflags, but it is wrong and could cause INITs to be delayed arbitrarily with -machine kernel_irqchip=off. Signed-off-by: Paolo Bonzini --- target-i386/kvm.c | 2 +- 1 file changed, 1 inserti

[Qemu-devel] [PATCH] target-i386: fix typo

2016-11-02 Thread Paolo Bonzini
The impact is small because kvm_get_vcpu_events fixes env->hflags, but it is wrong and could cause INITs to be delayed arbitrarily with -machine kernel_irqchip=off. Signed-off-by: Paolo Bonzini --- target-i386/kvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-i386/