[Qemu-devel] [PATCH v2 0/2] x86/cpu: Enable direct stores cpu features

Liu Jingqi posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1541488407-17045-1-git-send-email-jingqi.liu@intel.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
target/i386/cpu.c | 4 ++--
target/i386/cpu.h | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH v2 0/2] x86/cpu: Enable direct stores cpu features
Posted by Liu Jingqi 7 years ago
Enable direct stores cpu features including MOVDIRI and MOVDIR64B.

MOVDIRI moves doubleword or quadword from register to memory through
direct store.
MOVDIR64B moves 64-bytes as direct-store with 64-bytes write atomicity.

Changelog:
v2:
	Separated from the series http://lists.nongnu.org/archive/html/qemu-devel/2018-07/msg02330.html
	since umonitor/umwait/tpause cpu features are not ready yet.
v1:
	Sent out with umonitor/umwait/tpause cpu features.

Liu Jingqi (2):
  x86/cpu: Enable MOVDIRI cpu feature
  x86/cpu: Enable MOVDIR64B cpu feature

 target/i386/cpu.c | 4 ++--
 target/i386/cpu.h | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH v2 0/2] x86/cpu: Enable direct stores cpu features
Posted by Eduardo Habkost 6 years, 12 months ago
On Tue, Nov 06, 2018 at 03:13:25PM +0800, Liu Jingqi wrote:
> Enable direct stores cpu features including MOVDIRI and MOVDIR64B.
> 
> MOVDIRI moves doubleword or quadword from register to memory through
> direct store.
> MOVDIR64B moves 64-bytes as direct-store with 64-bytes write atomicity.

Queueing for 3.2, thanks.

-- 
Eduardo