qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 62a311: tests/tcg/s390x: Fix alignment of css


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 62a311: tests/tcg/s390x: Fix alignment of csst parameter list
Date: Tue, 02 Jul 2019 04:58:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 62a31161ee60d6c3c62d36b2bcadcd9de8db51f5
      
https://github.com/qemu/qemu/commit/62a31161ee60d6c3c62d36b2bcadcd9de8db51f5
  Author: Richard Henderson <address@hidden>
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
    M tests/tcg/s390x/csst.c

  Log Message:
  -----------
  tests/tcg/s390x: Fix alignment of csst parameter list

The parameter list given in general register 1 shall be aligned
on a quadword boundary.  This test currently succeeds or fails
depending on the compiler version used and the accidential layout
of the function's stack frame.

Signed-off-by: Richard Henderson <address@hidden>
Reviewed-by: David Hildenbrand <address@hidden>
Signed-off-by: David Hildenbrand <address@hidden>


  Commit: 220ae9002f33480fa30050140c852847677b3c06
      
https://github.com/qemu/qemu/commit/220ae9002f33480fa30050140c852847677b3c06
  Author: David Hildenbrand <address@hidden>
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
    M target/s390x/cpu_features.c
    M target/s390x/cpu_features_def.h
    A target/s390x/cpu_features_def.inc.h

  Log Message:
  -----------
  s390x/cpumodel: Rework CPU feature definition

Let's define features at a single spot and make it less error prone to
define new features.

Acked-by: Janosch Frank <address@hidden>
Acked-by: Cornelia Huck <address@hidden>
Signed-off-by: David Hildenbrand <address@hidden>


  Commit: ef506f804a48a6fb7983d721092f1b32a4543f3e
      
https://github.com/qemu/qemu/commit/ef506f804a48a6fb7983d721092f1b32a4543f3e
  Author: David Hildenbrand <address@hidden>
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
    M target/s390x/cpu_features_def.inc.h
    M target/s390x/gen-features.c

  Log Message:
  -----------
  s390x/cpumodel: Prepend KDSA features with "KDSA"

Let's handle it just like for other crypto features.

Reviewed-by: Janosch Frank <address@hidden>
Acked-by: Cornelia Huck <address@hidden>
Signed-off-by: David Hildenbrand <address@hidden>


  Commit: b5e89f044dea477cef0f8bf5da52035369d95157
      
https://github.com/qemu/qemu/commit/b5e89f044dea477cef0f8bf5da52035369d95157
  Author: Cornelia Huck <address@hidden>
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
    M hw/vfio/ccw.c

  Log Message:
  -----------
  vfio-ccw: use vfio_set_irq_signaling

Use the new helper.

Reviewed-by: Eric Auger <address@hidden>
Reviewed-by: Eric Farman <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>


  Commit: 8fadea24de4ef83dd2db3a9cd06b384fd820b9db
      
https://github.com/qemu/qemu/commit/8fadea24de4ef83dd2db3a9cd06b384fd820b9db
  Author: Cornelia Huck <address@hidden>
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
    M hw/s390x/css.c
    M hw/s390x/s390-ccw.c
    M hw/vfio/ccw.c
    M include/hw/s390x/css.h
    M include/hw/s390x/s390-ccw.h

  Log Message:
  -----------
  vfio-ccw: support async command subregion

A vfio-ccw device may provide an async command subregion for
issuing halt/clear subchannel requests. If it is present, use
it for sending halt/clear request to the device; if not, fall
back to emulation (as done today).

Reviewed-by: Farhan Ali <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Eric Farman <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>


  Commit: 60853009be8a3668ebaa5cb1c9fe3bfe61f4cfeb
      
https://github.com/qemu/qemu/commit/60853009be8a3668ebaa5cb1c9fe3bfe61f4cfeb
  Author: Cornelia Huck <address@hidden>
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
    M target/s390x/cpu_features.c
    M target/s390x/cpu_features_def.h
    A target/s390x/cpu_features_def.inc.h
    M target/s390x/gen-features.c
    M tests/tcg/s390x/csst.c

  Log Message:
  -----------
  Merge tag 's390x-tcg-2019-06-21' into s390-next-staging

One fix for a tcg test case and two cleanups/refactorings of cpu feature
definitions.

# gpg: Signature made Fri 21 Jun 2019 03:37:37 PM CEST
# gpg:                using RSA key 1BD9CAAD735C4C3A460DFCCA4DDE10F700FF835A
# gpg:                issuer "address@hidden"
# gpg: Good signature from "David Hildenbrand <address@hidden>" [full]
# gpg:                 aka "David Hildenbrand <address@hidden>" [full]

* tag 's390x-tcg-2019-06-21':
  s390x/cpumodel: Prepend KDSA features with "KDSA"
  s390x/cpumodel: Rework CPU feature definition
  tests/tcg/s390x: Fix alignment of csst parameter list

Signed-off-by: Cornelia Huck <address@hidden>


  Commit: 8b3410deb2a496866468ab949c666a21c6a7239e
      
https://github.com/qemu/qemu/commit/8b3410deb2a496866468ab949c666a21c6a7239e
  Author: Cornelia Huck <address@hidden>
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  s390x: add cpu feature/model files to KVM section

The cpu features/models are not only relevant for TCG, but
also for KVM. Make sure that the KVM maintainers are cc:ed
on patches as well.

Message-Id: <address@hidden>
Acked-by: Christian Borntraeger <address@hidden>
Acked-by: Halil Pasic <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>


  Commit: d247c8e7f4fc856abf799c37ca9818514ddb08b7
      
https://github.com/qemu/qemu/commit/d247c8e7f4fc856abf799c37ca9818514ddb08b7
  Author: Peter Maydell <address@hidden>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M MAINTAINERS
    M hw/s390x/css.c
    M hw/s390x/s390-ccw.c
    M hw/vfio/ccw.c
    M include/hw/s390x/css.h
    M include/hw/s390x/s390-ccw.h
    M target/s390x/cpu_features.c
    M target/s390x/cpu_features_def.h
    A target/s390x/cpu_features_def.inc.h
    M target/s390x/gen-features.c
    M tests/tcg/s390x/csst.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into staging

- cleanup/refactoring in the cpu feature code
- fix for a tcg test case
- halt/clear support for vfio-ccw, and use a new helper

# gpg: Signature made Mon 01 Jul 2019 12:08:41 BST
# gpg:                using RSA key C3D0D66DC3624FF6A8C018CEDECF6B93C6F02FAF
# gpg:                issuer "address@hidden"
# gpg: Good signature from "Cornelia Huck <address@hidden>" [unknown]
# gpg:                 aka "Cornelia Huck <address@hidden>" [full]
# gpg:                 aka "Cornelia Huck <address@hidden>" [full]
# gpg:                 aka "Cornelia Huck <address@hidden>" [unknown]
# gpg:                 aka "Cornelia Huck <address@hidden>" [unknown]
# Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF

* remotes/cohuck/tags/s390x-20190701:
  s390x: add cpu feature/model files to KVM section
  vfio-ccw: support async command subregion
  vfio-ccw: use vfio_set_irq_signaling
  s390x/cpumodel: Prepend KDSA features with "KDSA"
  s390x/cpumodel: Rework CPU feature definition
  tests/tcg/s390x: Fix alignment of csst parameter list

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/ab200dafc0e8...d247c8e7f4fc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]