On 28/02/2016 22:49, Hervé Poussineau wrote: > > > I currently see some regressions on Microsoft operating systems. > > 1) Windows XP bugchecks since commit: > commit 7f0b7141b4c7deab51efd8ee1e83eab2d9b7a9ea > Author: Richard Henderson <r...@twiddle.net> > Date: Mon Jul 6 17:29:59 2015 +0100 > > target-i386: Perform set/reset_inhibit_irq inline > > With helpers that can be reused for other things. > > Signed-off-by: Richard Henderson <r...@twiddle.net> > > I'm starting QEMU with -cpu pentium2. > Attached patch can be applied on master to work-around the problem. > Another work-around is to start with -enable-kvm.
Ok, so let's go with the first one... The patch is incorrect because it looks at s->tb->flags. I'm posting a fix (mostly a revert) soon. Paolo