]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURES
authorXiao Guangrong <guangrong.xiao@linux.intel.com>
Thu, 29 Oct 2015 07:31:39 +0000 (15:31 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 6 Nov 2015 14:19:33 +0000 (12:19 -0200)
commit0c47242b519a224279f13c685aa6e79347f97b85
tree11d51368cfeb1791d09cfefd13af184cd497f2b3
parent891bc821a3ee462b09b1ec436f2891f00ab1f85b
target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURES

Now these instructions are handled by TCG and can be added to the
TCG_7_0_EBX_FEATURES macro.

Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c