[PULL for-6.0 0/1] s390x fix

Cornelia Huck posted 1 patch 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210409144858.278553-1-cohuck@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>
hw/char/terminal3270.c | 11 +++++--
hw/s390x/3270-ccw.c    |  5 +++-
hw/s390x/css.c         | 14 +++++----
hw/s390x/virtio-ccw.c  | 66 ++++++++++++++++++++++++++++++------------
4 files changed, 69 insertions(+), 27 deletions(-)
[PULL for-6.0 0/1] s390x fix
Posted by Cornelia Huck 3 years ago
The following changes since commit d8724020dd13c88a72fc391a6a2cf63abbd3dcca:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210407b' into staging (2021-04-08 14:00:57 +0100)

are available in the Git repository at:

  https://gitlab.com/cohuck/qemu.git tags/s390x-20210409

for you to fetch changes up to d895d25ae2bb8519aa715dd2a97f09d4a66b189d:

  s390x: css: report errors from ccw_dstream_read/write (2021-04-09 10:52:13 +0200)

----------------------------------------------------------------
One s390x fix:
- correctly handle the case where the guest ccw payload points to
  invalid memory areas

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

Pierre Morel (1):
  s390x: css: report errors from ccw_dstream_read/write

 hw/char/terminal3270.c | 11 +++++--
 hw/s390x/3270-ccw.c    |  5 +++-
 hw/s390x/css.c         | 14 +++++----
 hw/s390x/virtio-ccw.c  | 66 ++++++++++++++++++++++++++++++------------
 4 files changed, 69 insertions(+), 27 deletions(-)

-- 
2.26.3


Re: [PULL for-6.0 0/1] s390x fix
Posted by Peter Maydell 3 years ago
On Fri, 9 Apr 2021 at 15:49, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit d8724020dd13c88a72fc391a6a2cf63abbd3dcca:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210407b' into staging (2021-04-08 14:00:57 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/cohuck/qemu.git tags/s390x-20210409
>
> for you to fetch changes up to d895d25ae2bb8519aa715dd2a97f09d4a66b189d:
>
>   s390x: css: report errors from ccw_dstream_read/write (2021-04-09 10:52:13 +0200)
>
> ----------------------------------------------------------------
> One s390x fix:
> - correctly handle the case where the guest ccw payload points to
>   invalid memory areas
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM