public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v1 0/2] s390x: Align SIE tests to 2GB
@ 2023-11-03  6:35 Nico Boehr
  2023-11-03  6:35 ` [kvm-unit-tests PATCH v1 1/2] s390x: spec_ex-sie: refactor to use snippet API Nico Boehr
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nico Boehr @ 2023-11-03  6:35 UTC (permalink / raw)
  To: frankja, imbrenda, thuth; +Cc: kvm, linux-s390

Some environments on s390x require guests to be aligned to 2GB. This is a
problem when kvm-unit-tests act as a hypervisor, since guests run with MSO/MSL
there and guest memory doesn't satisfy this requirement.

This series ensures kvm-unit-tests fulfills the 2G alignment requirement.

Note that this currently breaks the mvpg-sie test case under KVM due to prefix
issues, a fix is due for upstream submission.

Nico Boehr (2):
  s390x: spec_ex-sie: refactor to use snippet API
  s390x: sie: ensure guests are aligned to 2GB

 lib/s390x/sie.c     | 42 ++++++++++++++++++++++++++++++++++++++++++
 lib/s390x/sie.h     |  2 ++
 lib/s390x/snippet.h |  9 +++------
 s390x/sie.c         |  4 ++--
 s390x/spec_ex-sie.c | 13 ++++++-------
 5 files changed, 55 insertions(+), 15 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-11-03 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03  6:35 [kvm-unit-tests PATCH v1 0/2] s390x: Align SIE tests to 2GB Nico Boehr
2023-11-03  6:35 ` [kvm-unit-tests PATCH v1 1/2] s390x: spec_ex-sie: refactor to use snippet API Nico Boehr
2023-11-03 12:09   ` Janosch Frank
2023-11-03  6:35 ` [kvm-unit-tests PATCH v1 2/2] s390x: sie: ensure guests are aligned to 2GB Nico Boehr
2023-11-03 13:33   ` Claudio Imbrenda
2023-11-03 12:14 ` [kvm-unit-tests PATCH v1 0/2] s390x: Align SIE tests " Claudio Imbrenda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox