]> git.proxmox.com Git - mirror_qemu.git/commit
target-i386: Fix inhibit irq mask handling
authorRichard Henderson <rth@twiddle.net>
Thu, 3 Mar 2016 05:16:51 +0000 (21:16 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 14 Mar 2016 17:53:02 +0000 (10:53 -0700)
commitf083d92c03e7a0741d2a9eba774a60d5a3ca772f
treec8f5f1f82e4d56d72f9fdb4f06a7c27f7a257390
parent26317698ef3be5942c5ee5630997dbc98431c5f6
target-i386: Fix inhibit irq mask handling

The patch in 7f0b714 was too simplistic, in that we wound up setting
the flag and then resetting it immediately in gen_eob.

Fixes the reported boot problem with Windows XP.

Reported-by: Hervé Poussineau <hpoussin@reactos.org>
Tested-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c