summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCédric Le Goater2022-11-07 17:13:48 +0100
committerThomas Huth2022-11-08 10:10:57 +0100
commit57702891376d4636b5eab4a89145152a0342c987 (patch)
tree03b7be87fe65f8302d77b47d420c599536d4ed2a /include
parentutil/log: Ignore per-thread flag if global file already there (diff)
downloadqemu-57702891376d4636b5eab4a89145152a0342c987.tar.gz
qemu-57702891376d4636b5eab4a89145152a0342c987.tar.xz
qemu-57702891376d4636b5eab4a89145152a0342c987.zip
Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
This reverts commit 59d1ce44396e3ad2330dc3261ff3da7ad3a16184. The "zpcii-disable" machine property is redundant with the "interpret" zPCI device property. Remove it for clarification. Signed-off-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20221107161349.1032730-2-clg@kaod.org> Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/s390x/s390-virtio-ccw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/s390x/s390-virtio-ccw.h b/include/hw/s390x/s390-virtio-ccw.h
index 4f8a39abda..9bba21a916 100644
--- a/include/hw/s390x/s390-virtio-ccw.h
+++ b/include/hw/s390x/s390-virtio-ccw.h
@@ -27,7 +27,6 @@ struct S390CcwMachineState {
bool aes_key_wrap;
bool dea_key_wrap;
bool pv;
- bool zpcii_disable;
uint8_t loadparm[8];
};