From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zv4tR-0006TL-I6 for qemu-devel@nongnu.org; Sat, 07 Nov 2015 09:55:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zv4tO-0007zH-DO for qemu-devel@nongnu.org; Sat, 07 Nov 2015 09:55:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zv4tO-0007zD-8p for qemu-devel@nongnu.org; Sat, 07 Nov 2015 09:54:58 -0500 From: Eduardo Habkost Date: Sat, 7 Nov 2015 12:54:49 -0200 Message-Id: <1446908092-13042-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PULL 0/3] target-i386: tcg: Handle clflushopt/clwb/pcommit instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Richard Henderson , =?UTF-8?q?Andreas=20F=C3=A4rber?= , qemu-devel@nongnu.org The following changes since commit 4b59f39bc9a03afcc74b2fa28da7c3189fca507c: Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-11-06' into staging (2015-11-06 12:50:24 +0000) are available in the git repository at: git://github.com/ehabkost/qemu.git tags/x86-pull-request for you to fetch changes up to 0c47242b519a224279f13c685aa6e79347f97b85: target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURES (2015-11-06 12:19:33 -0200) ---------------------------------------------------------------- target-i386: tcg: Handle clflushopt/clwb/pcommit instructions A small update to TCG code so it can handle the new clflushopt/clwb/pcommit instructions. ---------------------------------------------------------------- Eduardo Habkost (2): target-i386: tcg: Accept clwb instruction target-i386: tcg: Check right CPUID bits for clflushopt/pcommit Xiao Guangrong (1): target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURES target-i386/cpu.c | 4 +++- target-i386/translate.c | 39 +++++++++++++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 9 deletions(-) -- 2.1.0