[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/10] hw/s390x: Remove the "ri_allowed" switch
From: |
Cornelia Huck |
Subject: |
Re: [PATCH 04/10] hw/s390x: Remove the "ri_allowed" switch |
Date: |
Tue, 07 Jan 2025 14:03:36 +0100 |
User-agent: |
Notmuch/0.38.3 (https://notmuchmail.org) |
On Fri, Jan 03 2025, Thomas Huth <thuth@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 <thuth@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 <cohuck@redhat.com>
- [PATCH 00/10] hw/s390x: Remove deprecated machine types 2.4 up to 2.8, Thomas Huth, 2025/01/03
- [PATCH 01/10] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.4 and 2.5 machine types, Thomas Huth, 2025/01/03
- [PATCH 02/10] hw/s390x/s390-skeys: Remove the "migration-enabled" property, Thomas Huth, 2025/01/03
- [PATCH 03/10] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.6 machine type, Thomas Huth, 2025/01/03
- [PATCH 04/10] hw/s390x: Remove the "ri_allowed" switch, Thomas Huth, 2025/01/03
- Re: [PATCH 04/10] hw/s390x: Remove the "ri_allowed" switch,
Cornelia Huck <=
- [PATCH 05/10] hw/s390x/ipl: Remove the "iplbext_migration" property, Thomas Huth, 2025/01/03
- [PATCH 06/10] hw/s390x/css-bridge: Remove the "css_dev_path" property, Thomas Huth, 2025/01/03
- [PATCH 07/10] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.7 machine type, Thomas Huth, 2025/01/03
- [PATCH 08/10] hw/s390x: Remove the cpu_model_allowed flag and related code, Thomas Huth, 2025/01/03