[Qemu-devel] [PULL 0/7] First batch of s390x changes for 4.2

Cornelia Huck posted 7 patches 4 years, 8 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Failed in applying to current master (apply log)
target/s390x/cpu.h              |   7 ++
target/s390x/helper.c           |   5 ++
target/s390x/mem_helper.c       |  10 +++
target/s390x/mmu_helper.c       | 135 ++++++++++++++++++++------------
target/s390x/translate_vx.inc.c |   2 +-
5 files changed, 108 insertions(+), 51 deletions(-)
[Qemu-devel] [PULL 0/7] First batch of s390x changes for 4.2
Posted by Cornelia Huck 4 years, 8 months ago
The following changes since commit f3b8f18ebf344ab359e8f79f6ed777e740dae77c:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging (2019-08-22 10:31:21 +0100)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20190822

for you to fetch changes up to 065fe80fe03ff0f36a0cbebbd2d4b3c05110d96d:

  s390x/mmu: Factor out storage key handling (2019-08-22 14:53:49 +0200)

----------------------------------------------------------------
s390x updates:
- fix a bug in tcg vector handling
- improved skey handling

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

David Hildenbrand (7):
  s390x/tcg: Fix VERIM with 32/64 bit elements
  s390x/mmu: Trace the right value if setting/getting the storage key
    fails
  s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()
  s390x/tcg: Rework MMU selection for instruction fetches
  s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBE
  s390x/mmu: Better storage key reference and change bit handling
  s390x/mmu: Factor out storage key handling

 target/s390x/cpu.h              |   7 ++
 target/s390x/helper.c           |   5 ++
 target/s390x/mem_helper.c       |  10 +++
 target/s390x/mmu_helper.c       | 135 ++++++++++++++++++++------------
 target/s390x/translate_vx.inc.c |   2 +-
 5 files changed, 108 insertions(+), 51 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/7] First batch of s390x changes for 4.2
Posted by Peter Maydell 4 years, 8 months ago
On Thu, 22 Aug 2019 at 14:58, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit f3b8f18ebf344ab359e8f79f6ed777e740dae77c:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging (2019-08-22 10:31:21 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20190822
>
> for you to fetch changes up to 065fe80fe03ff0f36a0cbebbd2d4b3c05110d96d:
>
>   s390x/mmu: Factor out storage key handling (2019-08-22 14:53:49 +0200)
>
> ----------------------------------------------------------------
> s390x updates:
> - fix a bug in tcg vector handling
> - improved skey handling
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM