Re: [Qemu-devel] [PATCH 5/7] s390x/kvm: enable guarded storage

2017-07-14 Thread Cornelia Huck
On Thu, 13 Jul 2017 18:03:07 +0200 Christian Borntraeger wrote: > From: Fan Zhang > > 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

[Qemu-devel] [PATCH 5/7] s390x/kvm: enable guarded storage

2017-07-13 Thread Christian Borntraeger
From: Fan Zhang 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 Signed-off-by: Chri