From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu5YM-0000Ex-QX for qemu-devel@nongnu.org; Wed, 04 Nov 2015 16:25:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zu5YI-0006hp-MO for qemu-devel@nongnu.org; Wed, 04 Nov 2015 16:25:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu5YI-0006hb-Hv for qemu-devel@nongnu.org; Wed, 04 Nov 2015 16:25:06 -0500 From: Eduardo Habkost Date: Wed, 4 Nov 2015 19:24:44 -0200 Message-Id: <1446672286-9136-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] target-i386: tcg: Handle clflushopt/clwb/pcommit instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Xiao Guangrong , kvm@vger.kernel.org, Richard Henderson This series makes TCG accept the clwb instruction, and make it check the right CPUID bits when handling clflushopt and pcommit. Tested using the kvm-unit-test patch I sent earlier today: Subject: [kvm-unit-test RFC] x86: Memory instructions test case Message-Id: <1446672079-8549-1-git-send-email-ehabkost@redhat.com> Eduardo Habkost (2): target-i386: tcg: Accept clwb instruction target-i386: tcg: Check right CPUID bits for clflushopt/pcommit target-i386/translate.c | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) -- 2.1.0