[Qemu-devel] [PULL for-4.1 0/4] s390x patches for -rc0

Cornelia Huck posted 4 patches 6 years, 7 months ago
Test checkpatch passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190709122546.12373-1-cohuck@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Richard Henderson <rth@twiddle.net>, David Hildenbrand <david@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Eric Farman <farman@linux.ibm.com>
hw/vfio/ccw.c                       | 5 ++---
target/s390x/cpu_features_def.inc.h | 3 ++-
target/s390x/cpu_models.c           | 1 +
target/s390x/gen-features.c         | 1 +
target/s390x/translate_vx.inc.c     | 2 +-
5 files changed, 7 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL for-4.1 0/4] s390x patches for -rc0
Posted by Cornelia Huck 6 years, 7 months ago
The following changes since commit 3a1acf5d47295d22ffdae0982a2fd808b802a7da:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-07-08 09:46:19 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 92b9afe45e10edd8eaed6329366201c2165a8065:

  s390x/tcg: move fallthrough annotation (2019-07-09 10:37:44 +0200)

----------------------------------------------------------------
Fixes in cpu models, tcg, and vfio-ccw.

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

Alex Williamson (1):
  vfio-ccw: Test vfio_set_irq_signaling() return value

Christian Borntraeger (1):
  s390: cpumodel: fix description for the new vector facility

Cornelia Huck (1):
  s390x/tcg: move fallthrough annotation

Pierre Morel (1):
  s390x/cpumodel: Set up CPU model for AQIC interception

 hw/vfio/ccw.c                       | 5 ++---
 target/s390x/cpu_features_def.inc.h | 3 ++-
 target/s390x/cpu_models.c           | 1 +
 target/s390x/gen-features.c         | 1 +
 target/s390x/translate_vx.inc.c     | 2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL for-4.1 0/4] s390x patches for -rc0
Posted by Peter Maydell 6 years, 7 months ago
On Tue, 9 Jul 2019 at 13:25, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 3a1acf5d47295d22ffdae0982a2fd808b802a7da:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-07-08 09:46:19 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20190709
>
> for you to fetch changes up to 92b9afe45e10edd8eaed6329366201c2165a8065:
>
>   s390x/tcg: move fallthrough annotation (2019-07-09 10:37:44 +0200)
>
> ----------------------------------------------------------------
> Fixes in cpu models, tcg, and vfio-ccw.
>


Applied, thanks.

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

-- PMM