From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abLrG-0007Ow-Uj for qemu-devel@nongnu.org; Thu, 03 Mar 2016 00:31:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abLrB-00030C-VJ for qemu-devel@nongnu.org; Thu, 03 Mar 2016 00:31:30 -0500 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:36410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abLrB-0002zi-QA for qemu-devel@nongnu.org; Thu, 03 Mar 2016 00:31:25 -0500 Received: by mail-qg0-x22e.google.com with SMTP id u110so9358513qge.3 for ; Wed, 02 Mar 2016 21:31:25 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Wed, 2 Mar 2016 21:30:44 -0800 Message-Id: <1456983051-14707-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/7] target-i386 fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, hpoussin@reactos.org This is primarily patches fixing Windows booting regressions introduced by myself. Many thanks to Herve for reporting them and Paolo for fixing two of them. Changes from patches previously seen on-list: * Tweak the bnd_jmp patch to test MPX enabled properly. * Dump illegal opcode data with -d unimp. * Use gen_nop_modrm for prefetch. * Fix Windows XP booting. The illegal opcode dumping was useful for debugging. The prefetch patch I noticed while reviewing the addr16 patch wrt lea. r~ Paolo Bonzini (3): target-i386: avoid repeated calls to the bnd_jmp helper target-i386: fix smsw and lmsw from/to register target-i386: fix addr16 prefix Richard Henderson (4): target-i386: Fix SMSW for 64-bit mode target-i386: Dump illegal opcodes with -d unimp target-i386: Use gen_nop_modrm for prefetch instructions target-i386: Fix inhibit irq mask handling target-i386/translate.c | 179 +++++++++++++++++++++++++++--------------------- 1 file changed, 100 insertions(+), 79 deletions(-) -- 2.5.0