> Before commit e54ef98c8a ("target/i386: do not trigger IRQ shadow for LSS"), > any > write to SS in gen_movl_seg() would cause a TB exit. The changes introduced by > this commit were intended to restrict the DISAS_EOB_INHIBIT_IRQ exit to the > case > where inhibit_irq is true, but missed that a DISAS_EOB_NEXT exit can still be > required when writing to SS and inhibit_irq is false.
Sorry about that. Queued the fix, thanks. Paolo