[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh
From: |
Christian Borntraeger |
Subject: |
[qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh |
Date: |
Mon, 15 Jul 2019 16:23:03 +0200 |
David suggested to keep everything in sync as 4.1 is not yet released.
This patch fixes the name "vxbeh" into "vxp".
To simplify the backports this patch will not change VECTOR_BCD_ENH as
this is just an internal name. That will be done by an extra patch that
does not need to be backported.
Suggested-by: David Hildenbrand <address@hidden>
Fixes: d05be57ddc2e ("s390: cpumodel: fix description for the new vector
facility")
Fixes: 54d65de0b525 ("s390x/cpumodel: vector enhancements")
Signed-off-by: Christian Borntraeger <address@hidden>
---
target/s390x/cpu_features_def.inc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/s390x/cpu_features_def.inc.h
b/target/s390x/cpu_features_def.inc.h
index 3118a9f89228..99f58a89318a 100644
--- a/target/s390x/cpu_features_def.inc.h
+++ b/target/s390x/cpu_features_def.inc.h
@@ -104,7 +104,7 @@ DEF_FEAT(CMM_NT, "cmmnt", STFL, 147, "CMM: ESSA-enhancement
(no translate) facil
DEF_FEAT(VECTOR_ENH2, "vxeh2", STFL, 148, "Vector Enhancements facility 2")
DEF_FEAT(ESORT_BASE, "esort-base", STFL, 150, "Enhanced-sort facility
(excluding subfunctions)")
DEF_FEAT(DEFLATE_BASE, "deflate-base", STFL, 151, "Deflate-conversion facility
(excluding subfunctions)")
-DEF_FEAT(VECTOR_BCD_ENH, "vxbeh", STFL, 152,
"Vector-Packed-Decimal-Enhancement Facility")
+DEF_FEAT(VECTOR_BCD_ENH, "vxp", STFL, 152, "Vector-Packed-Decimal-Enhancement
Facility")
DEF_FEAT(MSA_EXT_9, "msa9-base", STFL, 155,
"Message-security-assist-extension-9 facility (excluding subfunctions)")
DEF_FEAT(ETOKEN, "etoken", STFL, 156, "Etoken facility")
--
2.21.0
- [qemu-s390x] [PATCH 0/3] s390x/cpumodel fixes for 4.1, Christian Borntraeger, 2019/07/15
- [qemu-s390x] [PATCH 1/3] s390x/cpumodel: remove esort from the default model, Christian Borntraeger, 2019/07/15
- [qemu-s390x] [PATCH 3/3] s390x/cpumodel: change internal name of vxp to make description, Christian Borntraeger, 2019/07/15
- [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh,
Christian Borntraeger <=
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, David Hildenbrand, 2019/07/15
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, Thomas Huth, 2019/07/15
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, Christian Borntraeger, 2019/07/15
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, Christian Borntraeger, 2019/07/15
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, David Hildenbrand, 2019/07/16
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, Christian Borntraeger, 2019/07/16
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, Cornelia Huck, 2019/07/16
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, Thomas Huth, 2019/07/16
- Re: [qemu-s390x] [PATCH 2/3] s390x/cpumodel: also change name of vxbeh, Christian Borntraeger, 2019/07/16
Re: [qemu-s390x] [PATCH 0/3] s390x/cpumodel fixes for 4.1, Cornelia Huck, 2019/07/16