All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] x86emul: MMX/SSE/SSE2 support
@ 2017-02-01 11:07 Jan Beulich
  2017-02-01 11:12 ` [PATCH v2 01/11] x86emul: catch exceptions occurring in stubs Jan Beulich
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Jan Beulich @ 2017-02-01 11:07 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper

This includes support for AVX counterparts of them as well as a few
later SSE additions (basically covering the entire 0f-prefixed opcode
space, but not the 0f38 and 0f3a ones, nor 3dnow).

 1: catch exceptions occurring in stubs
 2: flatten twobyte_table[]
 3: support most memory accessing MMX/SSE/SSE2 insns
 4: support MMX/SSE/SSE2 moves
 5: support MMX/SSE/SSE2 converts
 6: support {,V}{,U}COMIS{S,D}
 7: support MMX/SSE/SSE2 insns with only register operands
 8: support {,V}{LD,ST}MXCSR
 9: support {,V}MOVNTDQA
10: test: split generic and testcase specific parts
11: test coverage for SSE/SSE2 insns

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
v2: New patches 2 (split off from what now is 3), 10, and 11.
    Various bugs fixed which the added test code has helped find
    (see individual patches for details).


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-02-14 10:56 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 11:07 [PATCH v2 00/11] x86emul: MMX/SSE/SSE2 support Jan Beulich
2017-02-01 11:12 ` [PATCH v2 01/11] x86emul: catch exceptions occurring in stubs Jan Beulich
2017-02-10 16:38   ` Andrew Cooper
2017-02-13 11:40     ` Jan Beulich
2017-02-13 13:58       ` Andrew Cooper
2017-02-13 16:20         ` Jan Beulich
2017-02-14 10:56           ` Andrew Cooper
2017-02-01 11:13 ` [PATCH v2 02/11] x86emul: flatten twobyte_table[] Jan Beulich
2017-02-10 17:13   ` Andrew Cooper
2017-02-13 10:41     ` Jan Beulich
2017-02-01 11:14 ` [PATCH v2 03/11] x86emul: support most memory accessing MMX/SSE/SSE2 insns Jan Beulich
2017-02-03 10:31   ` Jan Beulich
2017-02-13 11:20   ` Jan Beulich
2017-02-01 11:14 ` [PATCH v2 04/11] x86emul: support MMX/SSE/SSE2 moves Jan Beulich
2017-02-01 11:15 ` [PATCH v2 05/11] x86emul: support MMX/SSE/SSE2 converts Jan Beulich
2017-02-01 11:16 ` [PATCH v2 06/11] x86emul: support {,V}{,U}COMIS{S,D} Jan Beulich
2017-02-01 11:16 ` [PATCH v2 07/11] x86emul: support MMX/SSE/SSE2 insns with only register operands Jan Beulich
2017-02-01 11:17 ` [PATCH v2 08/11] x86emul: support {,V}{LD,ST}MXCSR Jan Beulich
2017-02-01 11:17 ` [PATCH v2 09/11] x86emul: support {,V}MOVNTDQA Jan Beulich
2017-02-01 11:18 ` [PATCH v2 10/11] x86emul/test: split generic and testcase specific parts Jan Beulich
2017-02-01 11:19 ` [PATCH v2 11/11] x86emul: test coverage for SSE/SSE2 insns Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.