mbox

[kvm-unit-tests,PULL,0/5] s390x and ppc kvm-unit-test patches

Message ID 1551372720-17321-1-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/huth/kvm-unit-tests.git tags/s390x-ppc-2019-02-28

Message

Thomas Huth Feb. 28, 2019, 4:51 p.m. UTC
Hi Paolo, hi Radim,

the following changes since commit 1868c05a96ef600f5caf6fc4b5f15f6340d35261:

  Check Host Control Registers on vmentry of L2 guests (2019-02-22 19:07:25 +0100)

are available in the git repository at:

  https://gitlab.com/huth/kvm-unit-tests.git tags/s390x-ppc-2019-02-28

for you to fetch changes up to 99ee877dd9a209e7566f92ebfbdf4f5ca13273ab:

  s390x: Add prefixes for dxc afp emulator test (2019-02-28 16:51:22 +0100)

----------------------------------------------------------------
- ppc: Make sure to run h_cede test with transactional memory enabled
- s390x: Fixes for the skey test
- s390x: Clean up prefixes / test report messages
----------------------------------------------------------------

David Gibson (1):
      powerpc: Enable HTM capability for h_cede_tm testcase

Janosch Frank (4):
      s390x: Only look at relevant skey bits
      s390x: Beautify sthyi report strings
      s390x: Beautify pfmf report strings
      s390x: Add prefixes for dxc afp emulator test

 lib/s390x/asm/mem.h   |  5 +++++
 powerpc/unittests.cfg |  2 +-
 s390x/emulator.c      |  5 ++++-
 s390x/pfmf.c          | 29 +++++++++++++++++++--------
 s390x/skey.c          | 15 ++++++++++----
 s390x/sthyi.c         | 54 +++++++++++++++++++++++++++++++--------------------
 6 files changed, 75 insertions(+), 35 deletions(-)

Comments

Paolo Bonzini March 8, 2019, 10:34 a.m. UTC | #1
On 28/02/19 17:51, Thomas Huth wrote:
>   https://gitlab.com/huth/kvm-unit-tests.git tags/s390x-ppc-2019-02-28

Pulled, thanks.

Paolo