diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-01-03 15:42:28 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-01-07 14:51:39 +0100 |
| commit | 1a276185401a95a1341e52837d07b3a8f76b3634 (patch) | |
| tree | 8318a62513fd0c817917297dace9e66849e9d8e1 /include/hw/s390x/css-bridge.h | |
| parent | 25a65a274d5c6030c1e1ce79b845c7143ec0dc7a (diff) | |
| download | focaccia-qemu-1a276185401a95a1341e52837d07b3a8f76b3634.tar.gz focaccia-qemu-1a276185401a95a1341e52837d07b3a8f76b3634.zip | |
hw/s390x/css-bridge: Remove the "css_dev_path" property
Now that the s390-ccw-virtio-2.6 and older machine types have been removed, the "css_dev_path" property of the css-bridge is also not used anymore and thus can be removed. This way we finally get rid of the problem that has been described in: https://gitlab.com/qemu-project/qemu/-/issues/2213 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com> Message-ID: <20250103144232.520383-7-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/s390x/css-bridge.h')
| -rw-r--r-- | include/hw/s390x/css-bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/s390x/css-bridge.h b/include/hw/s390x/css-bridge.h index deb606d71f..4f874ed781 100644 --- a/include/hw/s390x/css-bridge.h +++ b/include/hw/s390x/css-bridge.h @@ -19,7 +19,6 @@ /* virtual css bridge */ struct VirtualCssBridge { SysBusDevice sysbus_dev; - bool css_dev_path; }; #define TYPE_VIRTUAL_CSS_BRIDGE "virtual-css-bridge" |