summary refs log tree commit diff stats
path: root/util/qemu-config.c
diff options
context:
space:
mode:
authorCédric Le Goater <clg@redhat.com>2022-11-07 17:13:48 +0100
committerThomas Huth <thuth@redhat.com>2022-11-08 10:10:57 +0100
commit57702891376d4636b5eab4a89145152a0342c987 (patch)
tree03b7be87fe65f8302d77b47d420c599536d4ed2a /util/qemu-config.c
parent524fc737431d240f9d9f10aaf381003092868bac (diff)
downloadfocaccia-qemu-57702891376d4636b5eab4a89145152a0342c987.tar.gz
focaccia-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 'util/qemu-config.c')
-rw-r--r--util/qemu-config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/qemu-config.c b/util/qemu-config.c
index 5325f6bf80..433488aa56 100644
--- a/util/qemu-config.c
+++ b/util/qemu-config.c
@@ -236,10 +236,6 @@ static QemuOptsList machine_opts = {
             .help = "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars"
                     " converted to upper case) to pass to machine"
                     " loader, boot manager, and guest kernel",
-        },{
-            .name = "zpcii-disable",
-            .type = QEMU_OPT_BOOL,
-            .help = "disable zPCI interpretation facilities",
         },
         { /* End of list */ }
     }