kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/7] KVM: s390: Fixes and cleanups for 5.6
@ 2020-01-31 15:03 Christian Borntraeger
  2020-01-31 15:03 ` [GIT PULL 1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups Christian Borntraeger
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Christian Borntraeger @ 2020-01-31 15:03 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: KVM, Cornelia Huck, Christian Borntraeger, linux-s390,
	Janosch Frank, David Hildenbrand, Thomas Huth

Paolo,
mostly fixes and cleanups for 5.6.
Patch 2 has cc stable.

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-5.6-1

for you to fetch changes up to b2ff728bae9b04b533fbc8de66f1719c4dc889de:

  selftests: KVM: testing the local IRQs resets (2020-01-31 13:17:21 +0100)

----------------------------------------------------------------
KVM: s390: Fixes and cleanups for 5.6
- fix register corruption
- ENOTSUPP/EOPNOTSUPP mixed
- reset cleanups/fixes
- selftests

----------------------------------------------------------------
Christian Borntraeger (2):
      KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
      KVM: s390: do not clobber registers during guest reset/store status

Janosch Frank (4):
      KVM: s390: Cleanup initial cpu reset
      KVM: s390: Add new reset vcpu API
      selftests: KVM: Add fpu and one reg set/get library functions
      selftests: KVM: s390x: Add reset tests

Pierre Morel (1):
      selftests: KVM: testing the local IRQs resets

 Documentation/virt/kvm/api.txt                 |  43 ++++++
 arch/s390/include/asm/kvm_host.h               |   5 +
 arch/s390/kvm/interrupt.c                      |   6 +-
 arch/s390/kvm/kvm-s390.c                       |  92 +++++++-----
 include/uapi/linux/kvm.h                       |   5 +
 tools/testing/selftests/kvm/Makefile           |   1 +
 tools/testing/selftests/kvm/include/kvm_util.h |   6 +
 tools/testing/selftests/kvm/lib/kvm_util.c     |  36 +++++
 tools/testing/selftests/kvm/s390x/resets.c     | 197 +++++++++++++++++++++++++
 9 files changed, 354 insertions(+), 37 deletions(-)
 create mode 100644 tools/testing/selftests/kvm/s390x/resets.c


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-02-05 15:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 15:03 [GIT PULL 0/7] KVM: s390: Fixes and cleanups for 5.6 Christian Borntraeger
2020-01-31 15:03 ` [GIT PULL 1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups Christian Borntraeger
2020-01-31 15:03 ` [GIT PULL 2/7] KVM: s390: do not clobber registers during guest reset/store status Christian Borntraeger
2020-01-31 15:03 ` [GIT PULL 3/7] KVM: s390: Cleanup initial cpu reset Christian Borntraeger
2020-01-31 15:03 ` [GIT PULL 4/7] KVM: s390: Add new reset vcpu API Christian Borntraeger
2020-01-31 15:03 ` [GIT PULL 5/7] selftests: KVM: Add fpu and one reg set/get library functions Christian Borntraeger
2020-01-31 15:03 ` [GIT PULL 6/7] selftests: KVM: s390x: Add reset tests Christian Borntraeger
2020-01-31 15:03 ` [GIT PULL 7/7] selftests: KVM: testing the local IRQs resets Christian Borntraeger
2020-02-05 15:15 ` [GIT PULL 0/7] KVM: s390: Fixes and cleanups for 5.6 Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).