mbox

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

Message ID 20190709122546.12373-1-cohuck@redhat.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck July 9, 2019, 12:25 p.m. UTC
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(-)

Comments

Peter Maydell July 9, 2019, 1:15 p.m. UTC | #1
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