mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
s390x/cpumodel: change internal name of vxpdeh to match description
The internal macro name VECTOR_BCD_ENH does not match the actual description. Fix this. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-Id: <20190715142304.215018-4-borntraeger@de.ibm.com> [CH: vxp->vxpdeh, as discussed] Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
0d4cb295db
commit
5d8866c898
2 changed files with 3 additions and 3 deletions
|
@ -558,7 +558,7 @@ static uint16_t full_GEN15_GA1[] = {
|
|||
S390_FEAT_VECTOR_ENH2,
|
||||
S390_FEAT_GROUP_ENH_SORT,
|
||||
S390_FEAT_GROUP_DEFLATE_CONVERSION,
|
||||
S390_FEAT_VECTOR_BCD_ENH,
|
||||
S390_FEAT_VECTOR_PACKED_DECIMAL_ENH,
|
||||
S390_FEAT_GROUP_MSA_EXT_9,
|
||||
S390_FEAT_GROUP_MSA_EXT_9_PCKMO,
|
||||
S390_FEAT_ETOKEN,
|
||||
|
@ -643,7 +643,7 @@ static uint16_t default_GEN14_GA1[] = {
|
|||
static uint16_t default_GEN15_GA1[] = {
|
||||
S390_FEAT_VECTOR_ENH2,
|
||||
S390_FEAT_GROUP_DEFLATE_CONVERSION,
|
||||
S390_FEAT_VECTOR_BCD_ENH,
|
||||
S390_FEAT_VECTOR_PACKED_DECIMAL_ENH,
|
||||
S390_FEAT_GROUP_MSA_EXT_9,
|
||||
S390_FEAT_GROUP_MSA_EXT_9_PCKMO,
|
||||
S390_FEAT_ETOKEN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue