All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Radim Krčmář" <rkrcmar@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	kvm@vger.kernel.org
Cc: David Hildenbrand <david@redhat.com>,
	Janosch Frank <frankja@linux.ibm.com>
Subject: [kvm-unit-tests PULL 0/4] s390x updates and gitlab-ci file
Date: Fri, 19 Apr 2019 08:32:03 +0200	[thread overview]
Message-ID: <20190419063207.11474-1-thuth@redhat.com> (raw)

 Hi Paolo, hi Radim,

the following changes since commit 764aa0b88d9556520457f13b38d5cea21600545b:

  arm: powerpc: comment halt(code) (2019-04-09 18:31:45 +0200)

are available in the Git repository at:

  https://gitlab.com/huth/kvm-unit-tests.git tags/pull-request-2019-04-19

for you to fetch changes up to dd09573b27c929eb7ff6cd366638049daae5f5ea:

  Add a .gitlab-ci.yml file for automatic CI testing on GitLab instances (2019-04-18 10:02:31 +0200)

----------------------------------------------------------------
- New test for s390x that checks the diag 0x308 hypercall
- Skip a known failure (crash) on z/VM in the "skey" test
- Ignore *.bin files in the s390x folder
- Enable CI on gitlab repos
----------------------------------------------------------------

Thomas Huth (4):
      Add s390x/*.bin to the .gitignore file
      s390x/skey: Skip the "iske" test when running under z/VM 6
      s390x: Add a test for the diagnose 0x308 hypercall
      Add a .gitlab-ci.yml file for automatic CI testing on GitLab instances

 .gitignore          |   1 +
 .gitlab-ci.yml      |  75 ++++++++++++++++++++++++++++++
 s390x/Makefile      |   1 +
 s390x/diag308.c     | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 s390x/skey.c        |  55 ++++++++++++++++++++--
 s390x/unittests.cfg |   3 ++
 6 files changed, 261 insertions(+), 4 deletions(-)
 create mode 100644 .gitlab-ci.yml
 create mode 100644 s390x/diag308.c

             reply	other threads:[~2019-04-19 18:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-19  6:32 Thomas Huth [this message]
2019-04-19  6:32 ` [kvm-unit-tests PULL 1/4] Add s390x/*.bin to the .gitignore file Thomas Huth
2019-04-19  6:32 ` [kvm-unit-tests PULL 2/4] s390x/skey: Skip the "iske" test when running under z/VM 6 Thomas Huth
2019-04-19  6:32 ` [kvm-unit-tests PULL 3/4] s390x: Add a test for the diagnose 0x308 hypercall Thomas Huth
2019-04-19  6:32 ` [kvm-unit-tests PULL 4/4] Add a .gitlab-ci.yml file for automatic CI testing on GitLab instances Thomas Huth

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=20190419063207.11474-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=david@redhat.com \
    --cc=frankja@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=rkrcmar@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.