target-i386: fix typo
commitf5c052b973b0b2b3aa15e6cb0b0ac48ab763a9b0
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 19:58:25 +0000 (2 20:58 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Nov 2016 13:08:17 +0000 (9 14:08 +0100)
treee838eafd33809defd222db495a8c7dcc56dee251
parent207faf24c58859f5240f66bf6decc33b87a1776e
target-i386: fix typo

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.

Reported-by: Achille Fouilleul <achille.fouilleul@gadz.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/kvm.c