Re: [Qemu-devel] [PATCH 7/7] target-i386: Fix inhibit irq mask handling

2016-03-03 Thread Paolo Bonzini
On 03/03/2016 06:30, Richard Henderson wrote: > 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 > Signed-off-by: Richard Henderso

[Qemu-devel] [PATCH 7/7] target-i386: Fix inhibit irq mask handling

2016-03-02 Thread Richard Henderson
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 Signed-off-by: Richard Henderson --- target-i386/translate.c | 76 -