]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/s390x: Remove the obsolete hpage_1m_allowed switch
authorThomas Huth <thuth@redhat.com>
Tue, 6 May 2025 06:21:46 +0000 (08:21 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 14 May 2025 04:57:07 +0000 (06:57 +0200)
commitbbe6f504ef181f3745762818249bbf7ca44bf363
tree968eef22fe1b9cbe34a8d69dba24cbf8aa2a5a81
parent240e7c36e75767ef102bd2c532947800aa0030d6
hw/s390x: Remove the obsolete hpage_1m_allowed switch

The s390-ccw-virtio-3.0 machine was the last one that used the
hpage_1m_allowed switch. Since we removed this machine type, we
can now remove the switch and the related code, too. This allows
us to get rid of the get_machine_class() hack and the big fat
warning comment there.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250506062148.306084-8-thuth@redhat.com>
Reviewed-by: Eric Farman <farman@linux.ibm.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