qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/3] target/s390x: implement loads/store quad


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 0/3] target/s390x: implement loads/store quadword
Date: Tue, 6 Jun 2017 17:33:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

On 06/04/2017 01:20 PM, Aurelien Jarno wrote:
This patchset implements the LOAD PAIR FROM QUADWORD and STORE PAIR TO
QUADWORD instructions. The corresponding patches have been in my previous
patchset and the pull request from Richard, but they failed to build on a
host without atomic128 support.

This new version fixes that. It has to be applied over the pull request
as it makes uses of the check_alignment function.

Finally the latest patch fixes a lack of alignement check in CDSG,
discovered as I used it as an example about how to properly handle hosts
without atomic128 support.

Aurelien Jarno (3):
   target/s390x: implement LOAD PAIR FROM QUADWORD
   target/s390x: implement STORE PAIR TO QUADWORD
   target/s390x: check alignment in CDSG in the !CONFIG_ATOMIC128 case

  target/s390x/helper.h      |  2 ++
  target/s390x/insn-data.def |  4 ++++
  target/s390x/mem_helper.c  | 53 ++++++++++++++++++++++++++++++++++++++++++++++
  target/s390x/translate.c   | 13 ++++++++++++
  4 files changed, 72 insertions(+)


Thanks.  Incorporated into my v2 pull.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]