summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-01-15 08:38:15 +0100
committerThomas Huth <thuth@redhat.com>2025-04-23 07:51:25 +0200
commit7c3b69feb07acbd70cbf3ce6cbd5ccbefedf5e58 (patch)
tree8d3a1922ff885fc7e7e75908047d79d837799a8d /include
parentd6305b6e613fa23882b9b7b58f6b0aec0eeef015 (diff)
downloadfocaccia-qemu-7c3b69feb07acbd70cbf3ce6cbd5ccbefedf5e58.tar.gz
focaccia-qemu-7c3b69feb07acbd70cbf3ce6cbd5ccbefedf5e58.zip
hw/intc/s390_flic: Remove the obsolete migration_enabled flag
Now that the machine types that set the migration_enabled flag to
false are gone, we can remove it and the related code.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250115073819.15452-5-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/s390x/s390_flic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/s390x/s390_flic.h b/include/hw/s390x/s390_flic.h
index 85016d5ccc..91edaaca40 100644
--- a/include/hw/s390x/s390_flic.h
+++ b/include/hw/s390x/s390_flic.h
@@ -42,7 +42,6 @@ OBJECT_DECLARE_TYPE(S390FLICState, S390FLICStateClass,
 struct S390FLICState {
     SysBusDevice parent_obj;
     bool ais_supported;
-    bool migration_enabled;
 };