On Thu, 13 Jul 2017 18:03:07 +0200 Christian Borntraeger <borntrae...@de.ibm.com> wrote:
> From: Fan Zhang <zhang...@linux.vnet.ibm.com> > > Introduce guarded storage support for KVM guests on s390. > We need to enable the capability, extend machine check validity, > sigp store-additional-status-at-address, and migration. > > The feature is fenced for older machine type versions. > > Signed-off-by: Fan Zhang <zhang...@linux.vnet.ibm.com> > Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com> > --- > hw/s390x/s390-virtio-ccw.c | 18 ++++++++++ > include/hw/s390x/s390-virtio-ccw.h | 3 ++ > target/s390x/cpu.h | 7 ++++ > target/s390x/kvm.c | 71 > ++++++++++++++++++++++++++++++++------ > target/s390x/machine.c | 17 +++++++++ > 5 files changed, 106 insertions(+), 10 deletions(-) I'll trust you on the bits. Reviewed-by: Cornelia Huck <coh...@redhat.com>