[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 03/10] s390x/cpumodel: Miscellaneous-Instruction
From: |
David Hildenbrand |
Subject: |
Re: [Qemu-devel] [PATCH 03/10] s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3 |
Date: |
Thu, 18 Apr 2019 14:53:16 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 18.04.19 13:31, Christian Borntraeger wrote:
> Provide the "Miscellaneous-Instruction-Extensions Facility 3" via
> stfle.61.
>
> Signed-off-by: Christian Borntraeger <address@hidden>
> ---
> target/s390x/cpu_features.c | 1 +
> target/s390x/cpu_features_def.h | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/target/s390x/cpu_features.c b/target/s390x/cpu_features.c
> index 1843c84aaa..bbd8902087 100644
> --- a/target/s390x/cpu_features.c
> +++ b/target/s390x/cpu_features.c
> @@ -83,6 +83,7 @@ static const S390FeatDef s390_features[] = {
> FEAT_INIT("minste2", S390_FEAT_TYPE_STFL, 58,
> "Miscellaneous-instruction-extensions facility 2"),
> FEAT_INIT("sema", S390_FEAT_TYPE_STFL, 59, "Semaphore-assist facility"),
> FEAT_INIT("tsi", S390_FEAT_TYPE_STFL, 60, "Time-slice Instrumentation
> facility"),
> + FEAT_INIT("minste3", S390_FEAT_TYPE_STFL, 61,
> "Miscellaneous-Instruction-Extensions Facility 3"),
> FEAT_INIT("ri", S390_FEAT_TYPE_STFL, 64, "CPU runtime-instrumentation
> facility"),
> FEAT_INIT("zpci", S390_FEAT_TYPE_STFL, 69, "z/PCI facility"),
> FEAT_INIT("aen", S390_FEAT_TYPE_STFL, 71,
> "General-purpose-adapter-event-notification facility"),
> diff --git a/target/s390x/cpu_features_def.h b/target/s390x/cpu_features_def.h
> index 5fc7e7bf01..31dd678301 100644
> --- a/target/s390x/cpu_features_def.h
> +++ b/target/s390x/cpu_features_def.h
> @@ -71,6 +71,7 @@ typedef enum {
> S390_FEAT_MISC_INSTRUCTION_EXT,
> S390_FEAT_SEMAPHORE_ASSIST,
> S390_FEAT_TIME_SLICE_INSTRUMENTATION,
> + S390_FEAT_MISC_INSTRUCTION_EXT3,
> S390_FEAT_RUNTIME_INSTRUMENTATION,
> S390_FEAT_ZPCI,
> S390_FEAT_ADAPTER_EVENT_NOTIFICATION,
>
Reviewed-by: David Hildenbrand <address@hidden>
--
Thanks,
David / dhildenb
- [Qemu-devel] [PATCH 00/10] s390x: new guest features, Christian Borntraeger, 2019/04/18
- [Qemu-devel] [PATCH 07/10] s390x/cpumodel: deflate, Christian Borntraeger, 2019/04/18
- [Qemu-devel] [PATCH 03/10] s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3, Christian Borntraeger, 2019/04/18
- Re: [Qemu-devel] [PATCH 03/10] s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3,
David Hildenbrand <=
- [Qemu-devel] [PATCH 05/10] s390x/cpumodel: vector enhancements, Christian Borntraeger, 2019/04/18
- [Qemu-devel] [PATCH 09/10] s390x/cpumodel: wire up 8561 and 8562 as gen15 machines, Christian Borntraeger, 2019/04/18
- [Qemu-devel] [PATCH 06/10] s390x/cpumodel: enhanced sort facility, Christian Borntraeger, 2019/04/18
- [Qemu-devel] [PATCH 04/10] s390x/cpumodel: msa9 facility, Christian Borntraeger, 2019/04/18
- [Qemu-devel] [PATCH 10/10] s390x/cpumodel: do not claim csske for expanded models in qmp, Christian Borntraeger, 2019/04/18