diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-01-15 08:38:14 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-04-23 07:51:25 +0200 |
| commit | d6305b6e613fa23882b9b7b58f6b0aec0eeef015 (patch) | |
| tree | 60091e97cb12e27139ae7e1fd0b708c93038dacb /include/hw/s390x | |
| parent | 2abe33895868c3846cd5d50a7207ca22cc98f741 (diff) | |
| download | focaccia-qemu-d6305b6e613fa23882b9b7b58f6b0aec0eeef015.tar.gz focaccia-qemu-d6305b6e613fa23882b9b7b58f6b0aec0eeef015.zip | |
hw/s390x/s390-stattrib: Remove the old 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-4-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/s390x')
| -rw-r--r-- | include/hw/s390x/storage-attributes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/s390x/storage-attributes.h b/include/hw/s390x/storage-attributes.h index 8921a04d51..b5c6d8fa55 100644 --- a/include/hw/s390x/storage-attributes.h +++ b/include/hw/s390x/storage-attributes.h @@ -25,7 +25,6 @@ OBJECT_DECLARE_TYPE(S390StAttribState, S390StAttribClass, S390_STATTRIB) struct S390StAttribState { DeviceState parent_obj; uint64_t migration_cur_gfn; - bool migration_enabled; }; |