[PATCH 0/5] s390x/pv: Improve protected VM support

Cédric Le Goater posted 5 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230104115111.3240594-1-clg@kaod.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>
There is a newer version of this series
include/exec/confidential-guest-support.h |  4 +-
include/hw/s390x/pv.h                     |  2 +
hw/core/machine.c                         | 11 ++--
hw/s390x/pv.c                             | 70 +++++++++++++++++++++++
target/s390x/diag.c                       |  6 +-
5 files changed, 84 insertions(+), 9 deletions(-)
[PATCH 0/5] s390x/pv: Improve protected VM support
Posted by Cédric Le Goater 1 year, 3 months ago
Hello,

Here is a little series improving error reporting of protected VMs.

Thanks,

C.

Cédric Le Goater (5):
  confidential guest support: Introduce a 'check' class handler
  s390x/pv: Implement CGS check handler
  s390x/pv: Check for support on the host
  s390x/pv: Introduce a s390_pv_check() helper for runtime
  s390x/pv: Move check on hugepage under s390_pv_guest_check()

 include/exec/confidential-guest-support.h |  4 +-
 include/hw/s390x/pv.h                     |  2 +
 hw/core/machine.c                         | 11 ++--
 hw/s390x/pv.c                             | 70 +++++++++++++++++++++++
 target/s390x/diag.c                       |  6 +-
 5 files changed, 84 insertions(+), 9 deletions(-)

-- 
2.38.1