]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-i386: fix typo
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 19:58:25 +0000 (20:58 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Nov 2016 13:08:17 +0000 (14:08 +0100)
commitf5c052b973b0b2b3aa15e6cb0b0ac48ab763a9b0
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