diff options
| author | Christian Borntraeger <borntraeger@linux.ibm.com> | 2022-07-27 13:51:20 +0000 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2022-08-25 21:59:04 +0200 |
| commit | 1d41de5f0524b00a3e1ac0a5b66958466f4332fa (patch) | |
| tree | a12f249aa7905eca9097a96d231fe2b445d47ac4 /hw | |
| parent | f514e1477f0d098f00d739c49e91944e04612e13 (diff) | |
| download | focaccia-qemu-1d41de5f0524b00a3e1ac0a5b66958466f4332fa.tar.gz focaccia-qemu-1d41de5f0524b00a3e1ac0a5b66958466f4332fa.zip | |
s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1
Add stfle 197 (processor-activity-instrumentation extension 1) to the gen16 default model and fence it off for 7.1 and older. Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com> Message-Id: <20220727135120.12784-1-borntraeger@linux.ibm.com> Acked-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/s390x/s390-virtio-ccw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index bf1b36d824..9a2467c889 100644 --- a/hw/s390x/s390-virtio-ccw.c +++ b/hw/s390x/s390-virtio-ccw.c @@ -804,6 +804,7 @@ DEFINE_CCW_MACHINE(7_2, "7.2", true); static void ccw_machine_7_1_instance_options(MachineState *machine) { ccw_machine_7_2_instance_options(machine); + s390_cpudef_featoff_greater(16, 1, S390_FEAT_PAIE); } static void ccw_machine_7_1_class_options(MachineClass *mc) |