summaryrefslogtreecommitdiffstats
path: root/include/hw/s390x
diff options
context:
space:
mode:
authorMatthew Rosato2022-09-02 19:27:37 +0200
committerThomas Huth2022-09-26 17:23:47 +0200
commit59d1ce44396e3ad2330dc3261ff3da7ad3a16184 (patch)
tree40c39918509ee762d7563aa2c270b9018f47fd71 /include/hw/s390x
parents390x/pci: reflect proper maxstbl for groups of interpreted devices (diff)
downloadqemu-59d1ce44396e3ad2330dc3261ff3da7ad3a16184.tar.gz
qemu-59d1ce44396e3ad2330dc3261ff3da7ad3a16184.tar.xz
qemu-59d1ce44396e3ad2330dc3261ff3da7ad3a16184.zip
s390x/s390-virtio-ccw: add zpcii-disable machine property
The zpcii-disable machine property can be used to force-disable the use of zPCI interpretation facilities for a VM. By default, this setting will be off for machine 7.2 and newer. Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com> Message-Id: <20220902172737.170349-9-mjrosato@linux.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> [thuth: Fix contextual conflict in ccw_machine_7_1_instance_options()] Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/s390x')
-rw-r--r--include/hw/s390x/s390-virtio-ccw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/s390x/s390-virtio-ccw.h b/include/hw/s390x/s390-virtio-ccw.h
index 3331990e02..8a0090a071 100644
--- a/include/hw/s390x/s390-virtio-ccw.h
+++ b/include/hw/s390x/s390-virtio-ccw.h
@@ -27,6 +27,7 @@ struct S390CcwMachineState {
bool aes_key_wrap;
bool dea_key_wrap;
bool pv;
+ bool zpcii_disable;
uint8_t loadparm[8];
};