On Wed, 11 Mar 2020 09:21:42 -0400 Janosch Frank <fran...@linux.ibm.com> wrote:
> Protected guests save the instruction control blocks in the SIDA > instead of QEMU/KVM directly accessing the guest's memory. > > Let's introduce new functions to access the SIDA. > > Also the new memops are available with KVM_CAP_S390_PROTECTED, so "The memops for doing so are available..." ? > let's check for that. > > Signed-off-by: Janosch Frank <fran...@linux.ibm.com> > Reviewed-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/cpu.h | 7 ++++++- > target/s390x/kvm.c | 25 +++++++++++++++++++++++++ > target/s390x/kvm_s390x.h | 2 ++ > target/s390x/mmu_helper.c | 14 ++++++++++++++ > 4 files changed, 47 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>