[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] hw/s390x: Don't call register_savevm_live() during instance_
From: |
Thomas Huth |
Subject: |
[PATCH 0/3] hw/s390x: Don't call register_savevm_live() during instance_init() |
Date: |
Fri, 20 Oct 2023 14:57:25 +0200 |
We must not call register_savevm_live() during instance_init()
since instances can be created at any time, e.g. during introspection
of a device. We must register the savevm handler during realize()
instead. Fix it now in the s390x devices.
Thomas Huth (3):
hw/s390x/s390-skeys: Don't call register_savevm_live() during
instance_init()
hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled"
property
hw/s390x/s390-stattrib: Don't call register_savevm_live() during
instance_init()
hw/s390x/s390-skeys.c | 35 ++++++--------------------
hw/s390x/s390-stattrib.c | 54 +++++++++++++++-------------------------
2 files changed, 28 insertions(+), 61 deletions(-)
--
2.41.0
- [PATCH 0/3] hw/s390x: Don't call register_savevm_live() during instance_init(),
Thomas Huth <=
- [PATCH 2/3] hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property, Thomas Huth, 2023/10/20
- [PATCH 3/3] hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init(), Thomas Huth, 2023/10/20
- [PATCH 1/3] hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init(), Thomas Huth, 2023/10/20
- Re: [PATCH 0/3] hw/s390x: Don't call register_savevm_live() during instance_init(), David Hildenbrand, 2023/10/20
- Re: [PATCH 0/3] hw/s390x: Don't call register_savevm_live() during instance_init(), Eric Farman, 2023/10/20