mbox

[kvm-unit-tests,PULL,00/10] s390x kvm-unit-test patches

Message ID 1548067555-15766-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-2019-01-21

Message

Thomas Huth Jan. 21, 2019, 10:45 a.m. UTC
Hi Paolo, hi Radim,

the following changes since commit d481ff76642365cb8605c27224bcb771e639b6ee:

  KVM nVMX: Check VM-exit MSR-store address on vmentry of L2 guests (2018-12-20 22:29:25 +0100)

are available in the git repository at:

  https://gitlab.com/huth/kvm-unit-tests.git tags/s390x-2019-01-21

for you to fetch changes up to b356c913b2c338d62b56a2e8c4a7c0f7212d9e6b:

  s390x: Initialize the physical allocator on mem init (2019-01-21 10:32:50 +0100)

----------------------------------------------------------------
Making the binaries bootable under LPAR and z/VM
(to be able to compare the behaviour there)
----------------------------------------------------------------

David Hildenbrand (2):
      s390x: cleanup and add SCLP defines
      s390x: try !FORCE SCLP read SCP info if FORCED is unknown

Janosch Frank (8):
      s390x: Add Sigp header file
      s390x: Rename and cleanup sclp-ascii.c
      s390x: Make tests bootable from disk
      s390x: Switch to z/Arch and enable 64 bit addressing mode
      s390x: Add BSS clearing for non ELF boot
      s390x: Move common sclp data and functions to sclp.c
      s390x: Add binary generation to makefile
      s390x: Initialize the physical allocator on mem init

 lib/s390x/asm/sigp.h     | 60 ++++++++++++++++++++++++++++++++++++++++++
 lib/s390x/io.c           | 13 ++-------
 lib/s390x/sclp-ascii.c   | 68 ------------------------------------------------
 lib/s390x/sclp-console.c | 48 ++++++++++++++++++++++++++++++++++
 lib/s390x/sclp.c         | 52 ++++++++++++++++++++++++++++++++++--
 lib/s390x/sclp.h         | 17 +++++++-----
 s390x/Makefile           | 13 ++++++---
 s390x/cstart64.S         | 41 ++++++++++++++++++++++++++---
 s390x/flat.lds           | 15 ++++++++++-
 9 files changed, 232 insertions(+), 95 deletions(-)
 create mode 100644 lib/s390x/asm/sigp.h
 delete mode 100644 lib/s390x/sclp-ascii.c
 create mode 100644 lib/s390x/sclp-console.c

Comments

Paolo Bonzini Jan. 26, 2019, 8:11 a.m. UTC | #1
On 21/01/19 11:45, Thomas Huth wrote:
>   https://gitlab.com/huth/kvm-unit-tests.git tags/s390x-2019-01-21

Pulled, thanks.

Paolo