public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Claudio Imbrenda <imbrenda@linux.ibm.com>
Cc: kvm@vger.kernel.org, thuth@redhat.com, frankja@linux.ibm.com
Subject: Re: [kvm-unit-tests GIT PULL 00/12] s390x: improve error reporting, more storage key tests
Date: Thu, 21 Jul 2022 16:42:05 +0200	[thread overview]
Message-ID: <be68776d-a690-2d53-10dd-c922673cde11@redhat.com> (raw)
In-Reply-To: <20220721140701.146135-1-imbrenda@linux.ibm.com>

On 7/21/22 16:06, Claudio Imbrenda wrote:
> Hi Paolo,
> 
> please merge the following changes:
> * new testcases to test storage keys functionality
> * improved parsing of interrupt parameters
> * readability improvements
> * CI fix to overcome a qemu bug exposed by the new tests
> * better error reporting for SMP tests
> 
> MERGE:
> https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/merge_requests/34
> 
> PIPELINE:
> https://gitlab.com/imbrenda/kvm-unit-tests/-/pipelines/593541216
> 
> PULL:
> https://gitlab.com/imbrenda/kvm-unit-tests.git s390x-next-2022-07
> 
> 
> Claudio Imbrenda (5):
>    lib: s390x: add functions to set and clear PSW bits
>    s390x: skey.c: rework the interrupt handler
>    lib: s390x: better smp interrupt checks
>    s390x: intercept: fence one test when using TCG
>    s390x: intercept: make sure all output lines are unique
> 
> Janis Schoetterl-Glausch (7):
>    s390x: Fix sclp facility bit numbers
>    s390x: lib: SOP facility query function
>    s390x: Rework TEID decoding and usage
>    s390x: Test TEID values in storage key test
>    s390x: Test effect of storage keys on some more instructions
>    s390x: Test effect of storage keys on diag 308
>    s390x/intercept: Test invalid prefix argument to SET PREFIX
> 
>   lib/s390x/asm/arch_def.h  |  75 ++++++-
>   lib/s390x/asm/facility.h  |  21 ++
>   lib/s390x/asm/interrupt.h |  65 ++++--
>   lib/s390x/asm/pgtable.h   |   2 -
>   lib/s390x/fault.h         |  30 +--
>   lib/s390x/sclp.h          |  18 +-
>   lib/s390x/smp.h           |   8 +-
>   lib/s390x/fault.c         |  58 ++++--
>   lib/s390x/interrupt.c     |  79 ++++++--
>   lib/s390x/mmu.c           |  14 +-
>   lib/s390x/sclp.c          |   9 +-
>   lib/s390x/smp.c           |  11 +
>   s390x/diag288.c           |   6 +-
>   s390x/edat.c              |  25 ++-
>   s390x/intercept.c         |  27 +++
>   s390x/selftest.c          |   4 +-
>   s390x/skey.c              | 408 ++++++++++++++++++++++++++++++++++++--
>   s390x/skrf.c              |  14 +-
>   s390x/smp.c               |  18 +-
>   s390x/unittests.cfg       |   1 +
>   20 files changed, 712 insertions(+), 181 deletions(-)
> 

Merged, thanks!

Paolo


      parent reply	other threads:[~2022-07-21 14:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 14:06 [kvm-unit-tests GIT PULL 00/12] s390x: improve error reporting, more storage key tests Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 01/12] s390x: Fix sclp facility bit numbers Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 02/12] s390x: lib: SOP facility query function Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 03/12] s390x: Rework TEID decoding and usage Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 04/12] s390x: Test TEID values in storage key test Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 05/12] s390x: Test effect of storage keys on some more instructions Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 06/12] s390x: Test effect of storage keys on diag 308 Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 07/12] s390x/intercept: Test invalid prefix argument to SET PREFIX Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 08/12] lib: s390x: add functions to set and clear PSW bits Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 09/12] s390x: skey.c: rework the interrupt handler Claudio Imbrenda
2022-07-21 14:06 ` [kvm-unit-tests GIT PULL 10/12] lib: s390x: better smp interrupt checks Claudio Imbrenda
2022-07-21 14:07 ` [kvm-unit-tests GIT PULL 11/12] s390x: intercept: fence one test when using TCG Claudio Imbrenda
2022-07-21 14:07 ` [kvm-unit-tests GIT PULL 12/12] s390x: intercept: make sure all output lines are unique Claudio Imbrenda
2022-07-21 14:42 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=be68776d-a690-2d53-10dd-c922673cde11@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=frankja@linux.ibm.com \
    --cc=imbrenda@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox