On Fri, Jan 03 2025, Thomas Huth <th...@redhat.com> wrote: > 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. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > include/hw/s390x/s390-virtio-ccw.h | 3 --- > hw/s390x/s390-virtio-ccw.c | 14 ++++---------- > target/s390x/kvm/kvm.c | 6 ++---- > 3 files changed, 6 insertions(+), 17 deletions(-)
Reviewed-by: Cornelia Huck <coh...@redhat.com>