mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
s390x/cpumodel: add esop/esop2 to z12 model
Add esop and esop2 features to z12 model where esop2 was originally introduced. Disable esop and esop2 when using compatibility machine v2.9 or earlier. Signed-off-by: Jason J. Herne <jjherne@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
This commit is contained in:
parent
075e52b816
commit
7223bccea3
2 changed files with 6 additions and 0 deletions
|
@ -429,6 +429,7 @@ static uint16_t full_GEN12_GA1[] = {
|
|||
S390_FEAT_ADAPTER_EVENT_NOTIFICATION,
|
||||
S390_FEAT_ADAPTER_INT_SUPPRESSION,
|
||||
S390_FEAT_EDAT_2,
|
||||
S390_FEAT_SIDE_EFFECT_ACCESS_ESOP2,
|
||||
};
|
||||
|
||||
static uint16_t full_GEN12_GA2[] = {
|
||||
|
@ -488,6 +489,8 @@ static uint16_t default_GEN12_GA1[] = {
|
|||
S390_FEAT_ZPCI,
|
||||
S390_FEAT_ADAPTER_EVENT_NOTIFICATION,
|
||||
S390_FEAT_EDAT_2,
|
||||
S390_FEAT_ESOP,
|
||||
S390_FEAT_SIDE_EFFECT_ACCESS_ESOP2,
|
||||
};
|
||||
|
||||
#define default_GEN12_GA2 EmptyFeat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue