From: David Hildenbrand Date: Thu, 28 Sep 2017 20:37:05 +0000 (+0200) Subject: s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemu X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca26c5d32b08a491cc138e4b8a9c6c774fb62d40;p=qemu.git s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemu As we properly implement it, allow to enable it. Signed-off-by: David Hildenbrand Message-Id: <20170928203708.9376-28-david@redhat.com> Reviewed-by: Richard Henderson Signed-off-by: Cornelia Huck --- diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c index 8c2d8851ae..9554f19eb4 100644 --- a/target/s390x/cpu_models.c +++ b/target/s390x/cpu_models.c @@ -823,6 +823,7 @@ static void add_qemu_cpu_model_features(S390FeatBitmap fbm) S390_FEAT_DAT_ENH, S390_FEAT_IDTE_SEGMENT, S390_FEAT_STFLE, + S390_FEAT_SENSE_RUNNING_STATUS, S390_FEAT_EXTENDED_IMMEDIATE, S390_FEAT_EXTENDED_TRANSLATION_2, S390_FEAT_MSA,