mbox

[kvm-unit-tests,GIT,PULL,0/9] s390x update 2021-05-05

Message ID 20210505084301.17395-1-frankja@linux.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/frankja/kvm-unit-tests.git s390x-pull-2021-05-05

Message

Janosch Frank May 5, 2021, 8:42 a.m. UTC
Dear Paolo,

please merge or pull the following changes:
* IO extensions (Pierre)
* New reviewer (Claudio)
* Minor changes

MERGE:
https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/merge_requests/7

PIPELINE:
https://gitlab.com/frankja/kvm-unit-tests/-/pipelines/297509337

PULL:
The following changes since commit abe823807d13e451ca5c37f1b5ada5847e08084f:

  nSVM: Test addresses of MSR and IO permissions maps (2021-04-22 11:59:25 -0400)

are available in the Git repository at:

  https://gitlab.com/frankja/kvm-unit-tests.git s390x-pull-2021-05-05

for you to fetch changes up to 7231778d3773f70582e705cf910976c79138d0c9:

  s390x: Fix vector stfle checks (2021-05-05 08:01:45 +0000)


Claudio Imbrenda (2):
  s390x: mvpg: add checks for op_acc_id
  MAINTAINERS: s390x: add myself as reviewer

Janosch Frank (1):
  s390x: Fix vector stfle checks

Pierre Morel (6):
  s390x: css: Store CSS Characteristics
  s390x: css: simplifications of the tests
  s390x: css: extending the subchannel modifying functions
  s390x: css: implementing Set CHannel Monitor
  s390x: css: testing measurement block format 0
  s390x: css: testing measurement block format 1

 MAINTAINERS         |   1 +
 lib/s390x/css.h     | 115 ++++++++++++++++++++-
 lib/s390x/css_lib.c | 236 ++++++++++++++++++++++++++++++++++++++++----
 s390x/css.c         | 216 ++++++++++++++++++++++++++++++++++++++--
 s390x/mvpg.c        |  28 +++++-
 s390x/vector.c      |   4 +-
 6 files changed, 568 insertions(+), 32 deletions(-)

Comments

Paolo Bonzini May 5, 2021, 9:40 a.m. UTC | #1
On 05/05/21 10:42, Janosch Frank wrote:
> Dear Paolo,
> 
> please merge or pull the following changes:
> * IO extensions (Pierre)
> * New reviewer (Claudio)
> * Minor changes
> 
> MERGE:
> https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/merge_requests/7
> 
> PIPELINE:
> https://gitlab.com/frankja/kvm-unit-tests/-/pipelines/297509337
> 
> PULL:
> The following changes since commit abe823807d13e451ca5c37f1b5ada5847e08084f:
> 
>    nSVM: Test addresses of MSR and IO permissions maps (2021-04-22 11:59:25 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/frankja/kvm-unit-tests.git s390x-pull-2021-05-05
> 
> for you to fetch changes up to 7231778d3773f70582e705cf910976c79138d0c9:
> 
>    s390x: Fix vector stfle checks (2021-05-05 08:01:45 +0000)
> 
> 
> Claudio Imbrenda (2):
>    s390x: mvpg: add checks for op_acc_id
>    MAINTAINERS: s390x: add myself as reviewer
> 
> Janosch Frank (1):
>    s390x: Fix vector stfle checks
> 
> Pierre Morel (6):
>    s390x: css: Store CSS Characteristics
>    s390x: css: simplifications of the tests
>    s390x: css: extending the subchannel modifying functions
>    s390x: css: implementing Set CHannel Monitor
>    s390x: css: testing measurement block format 0
>    s390x: css: testing measurement block format 1
> 
>   MAINTAINERS         |   1 +
>   lib/s390x/css.h     | 115 ++++++++++++++++++++-
>   lib/s390x/css_lib.c | 236 ++++++++++++++++++++++++++++++++++++++++----
>   s390x/css.c         | 216 ++++++++++++++++++++++++++++++++++++++--
>   s390x/mvpg.c        |  28 +++++-
>   s390x/vector.c      |   4 +-
>   6 files changed, 568 insertions(+), 32 deletions(-)
> 

Pulled, thanks.

Paolo