[Qemu-devel] [PULL v2 0/8] target/s390x tcg improvements

Richard Henderson posted 8 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170717212446.15268-1-rth@twiddle.net
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/s390x/helper.h      |  11 +-
target/s390x/cpu_models.c  |   5 +
target/s390x/mem_helper.c  | 585 +++++++++++++++++++++++++++++++++++++++++++--
target/s390x/translate.c   |  99 +++++++-
target/s390x/insn-data.def |  21 +-
5 files changed, 696 insertions(+), 25 deletions(-)
[Qemu-devel] [PULL v2 0/8] target/s390x tcg improvements
Posted by Richard Henderson 6 years, 8 months ago
Instructions implementing another missing facility,
getting us a bit closer to being able to upgrade the
default tcg cpu.

Plus one bug fix for an existing instruction that
isn't used unless we upgrade the tcg cpu.

v2: Adjust the CSST patch to work when CONFIG_ATOMIC64
is not defined, as seen with clang 3.8.


r~


The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 17:54:17 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-s390-20170717

for you to fetch changes up to dbdaaff43adc49f1debd935b1fd58e2b47ba7676:

  target/s390x: Fix risbg handling (2017-07-17 14:13:17 -0700)

----------------------------------------------------------------
Queued s390x tcg patches, v2

----------------------------------------------------------------
David Hildenbrand (1):
      target/s390x: Allow to enable "idtes" feature for TCG

Richard Henderson (7):
      target/s390x: Implement CSST
      target/s390x: Implement CONVERT UNICODE insns
      target/s390x: Tidy SRST
      target/s390x: Implement SRSTU
      target/s390x: Implement TRTR
      target/s390x: Mark ETF3 and ETF3_ENH facilities as available
      target/s390x: Fix risbg handling

 target/s390x/helper.h      |  11 +-
 target/s390x/cpu_models.c  |   5 +
 target/s390x/mem_helper.c  | 585 +++++++++++++++++++++++++++++++++++++++++++--
 target/s390x/translate.c   |  99 +++++++-
 target/s390x/insn-data.def |  21 +-
 5 files changed, 696 insertions(+), 25 deletions(-)

Re: [Qemu-devel] [PULL v2 0/8] target/s390x tcg improvements
Posted by Peter Maydell 6 years, 8 months ago
On 17 July 2017 at 22:24, Richard Henderson <rth@twiddle.net> wrote:
> Instructions implementing another missing facility,
> getting us a bit closer to being able to upgrade the
> default tcg cpu.
>
> Plus one bug fix for an existing instruction that
> isn't used unless we upgrade the tcg cpu.
>
> v2: Adjust the CSST patch to work when CONFIG_ATOMIC64
> is not defined, as seen with clang 3.8.
>
>
> r~
>
>
> The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 17:54:17 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-s390-20170717
>
> for you to fetch changes up to dbdaaff43adc49f1debd935b1fd58e2b47ba7676:
>
>   target/s390x: Fix risbg handling (2017-07-17 14:13:17 -0700)
>
> ----------------------------------------------------------------
> Queued s390x tcg patches, v2
>

Applied, thanks.

-- PMM