qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] x86/cpu: Enable direct stores cpu features
@ 2018-11-06  7:13 Liu Jingqi
  2018-11-06  7:13 ` [Qemu-devel] [PATCH v2 1/2] x86/cpu: Enable MOVDIRI cpu feature Liu Jingqi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Liu Jingqi @ 2018-11-06  7:13 UTC (permalink / raw)
  To: pbonzini, ehabkost, rth; +Cc: qemu-devel, tao3.xu, Liu Jingqi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-07 18:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06  7:13 [Qemu-devel] [PATCH v2 0/2] x86/cpu: Enable direct stores cpu features Liu Jingqi
2018-11-06  7:13 ` [Qemu-devel] [PATCH v2 1/2] x86/cpu: Enable MOVDIRI cpu feature Liu Jingqi
2018-11-06  7:13 ` [Qemu-devel] [PATCH v2 2/2] x86/cpu: Enable MOVDIR64B " Liu Jingqi
2018-11-07 18:36 ` [Qemu-devel] [PATCH v2 0/2] x86/cpu: Enable direct stores cpu features Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).