]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/s390x: Remove the "ri_allowed" switch
authorThomas Huth <thuth@redhat.com>
Fri, 3 Jan 2025 14:42:26 +0000 (15:42 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 7 Jan 2025 13:51:39 +0000 (14:51 +0100)
commitdb65ac5e258e75e9aec45626bf1071626094e057
tree0e18d76f4faa3fa8a2dd117b92119fa11beb8ded
parent29ac4a4a4cae350c48a2c84386a5db594b79bc68
hw/s390x: Remove the "ri_allowed" switch

Only s390-ccw-virtio-2.6 and older used to set this switch to "off",
for newer machine types it is always enabled. Since we removed the
old machine types now, we can also remove the switch in the code and
assume that it is always enabled now.

Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Message-ID: <20250103144232.520383-5-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/s390x/s390-virtio-ccw.c
include/hw/s390x/s390-virtio-ccw.h
target/s390x/kvm/kvm.c