diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-01-03 15:42:32 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-01-07 14:51:39 +0100 |
| commit | 921dee4645c4e8abffbbecaf595c82935170a072 (patch) | |
| tree | cc9230ac8307128d73ad4a2e6326334d0591543c /include | |
| parent | 66924fe36977d9d9e45ba3e0b6e851ee170507f6 (diff) | |
| download | focaccia-qemu-921dee4645c4e8abffbbecaf595c82935170a072.tar.gz focaccia-qemu-921dee4645c4e8abffbbecaf595c82935170a072.zip | |
hw/s390x: Remove the "adapter_routes_max_batch" property from the flic
Now that the s390-ccw-virtio-2.8 machine has been removed, we don't need the "adapter_routes_max_batch" property anymore and can remove it. 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-11-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/s390x/s390_flic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/s390x/s390_flic.h b/include/hw/s390x/s390_flic.h index 4d66c5e42e..85016d5ccc 100644 --- a/include/hw/s390x/s390_flic.h +++ b/include/hw/s390x/s390_flic.h @@ -41,8 +41,6 @@ OBJECT_DECLARE_TYPE(S390FLICState, S390FLICStateClass, struct S390FLICState { SysBusDevice parent_obj; - /* to limit AdapterRoutes.num_routes for compat */ - uint32_t adapter_routes_max_batch; bool ais_supported; bool migration_enabled; }; |