qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] s390x: SIMD support
@ 2015-05-28  8:42 Cornelia Huck
  2015-05-28  8:42 ` [Qemu-devel] [PULL 01/10] s390x: Common access to floating point registers Cornelia Huck
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Cornelia Huck @ 2015-05-28  8:42 UTC (permalink / raw)
  To: peter.maydell; +Cc: Cornelia Huck, borntraeger, jfrei, qemu-devel, agraf

The following changes since commit 0915aed5842bd4dbe396b92d4f3b846ae29ad663:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-05-26 11:31:03 +0100)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20150528

for you to fetch changes up to 46ca6b3bc99ebf9205e28ed14c023ebf84d39bb7:

  s390x: Enable vector processing capability (2015-05-27 17:52:04 +0200)

----------------------------------------------------------------
A set of patches add support for vector registers on s390x.
Notable: Floating point registers and vector registers overlap,
so extra care is needed so that we end up with a consistent state
in all cases.

----------------------------------------------------------------

Eric Farman (10):
  s390x: Common access to floating point registers
  s390x: Vector Register IOCTLs
  s390x: Store Additional Status SIGP order
  gdb-xml: Include XML for s390 vector registers
  s390x: gdb updates for vector registers
  s390x: Add vector registers to HMP output
  linux/elf.h update
  s390x: Add vector registers to ELF dump
  s390x: Migrate vector registers
  s390x: Enable vector processing capability

 configure                |   2 +-
 gdb-xml/s390-vx.xml      |  59 +++++++++++++++++++++++++
 include/elf.h            |   2 +
 linux-user/signal.c      |   4 +-
 target-s390x/arch_dump.c |  42 +++++++++++++++++-
 target-s390x/cpu.h       |  26 ++++++++++-
 target-s390x/gdbstub.c   |  50 ++++++++++++++++++++-
 target-s390x/helper.c    |   2 +-
 target-s390x/kvm.c       | 110 +++++++++++++++++++++++++++++++++++++++--------
 target-s390x/machine.c   |  93 ++++++++++++++++++++++++++++++++-------
 target-s390x/translate.c |  10 ++++-
 11 files changed, 357 insertions(+), 43 deletions(-)
 create mode 100644 gdb-xml/s390-vx.xml

-- 
2.4.2

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

end of thread, other threads:[~2015-05-28 15:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28  8:42 [Qemu-devel] [PULL 00/10] s390x: SIMD support Cornelia Huck
2015-05-28  8:42 ` [Qemu-devel] [PULL 01/10] s390x: Common access to floating point registers Cornelia Huck
2015-05-28  8:42 ` [Qemu-devel] [PULL 02/10] s390x: Vector Register IOCTLs Cornelia Huck
2015-05-28  8:42 ` [Qemu-devel] [PULL 03/10] s390x: Store Additional Status SIGP order Cornelia Huck
2015-05-28  8:42 ` [Qemu-devel] [PULL 04/10] gdb-xml: Include XML for s390 vector registers Cornelia Huck
2015-05-28  8:43 ` [Qemu-devel] [PULL 05/10] s390x: gdb updates for " Cornelia Huck
2015-05-28  8:43 ` [Qemu-devel] [PULL 06/10] s390x: Add vector registers to HMP output Cornelia Huck
2015-05-28  8:43 ` [Qemu-devel] [PULL 07/10] linux/elf.h update Cornelia Huck
2015-05-28  8:43 ` [Qemu-devel] [PULL 08/10] s390x: Add vector registers to ELF dump Cornelia Huck
2015-05-28  8:43 ` [Qemu-devel] [PULL 09/10] s390x: Migrate vector registers Cornelia Huck
2015-05-28  8:43 ` [Qemu-devel] [PULL 10/10] s390x: Enable vector processing capability Cornelia Huck
2015-05-28 15:29 ` [Qemu-devel] [PULL 00/10] s390x: SIMD support Peter Maydell

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).