virtio-mem: Use new Resettable framework instead of LegacyReset
authorJuraj Marcin <jmarcin@redhat.com>
Wed, 4 Sep 2024 10:37:14 +0000 (12:37 +0200)
committerDavid Hildenbrand <david@redhat.com>
Tue, 24 Sep 2024 09:33:35 +0000 (11:33 +0200)
commitc009a311e93963860cfba917605a4bf903a06bce
tree05d9aa77ae11f02aa390402158fe04c3f57f43ce
parent759cbb4ee971da13ddfa8ad73befc2351d542044
virtio-mem: Use new Resettable framework instead of LegacyReset

LegacyReset does not pass ResetType to the reset callback method, which
the new Resettable framework uses. Due to this, virtio-mem cannot use
the new RESET_TYPE_WAKEUP to skip the reset during wake-up from a
suspended state.

This patch adds overrides Resettable interface methods in VirtIOMEMClass
to use the new Resettable framework and replaces
qemu_[un]register_reset() calls with qemu_[un]register_resettable().

Message-ID: <20240904103722.946194-4-jmarcin@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Juraj Marcin <jmarcin@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
hw/virtio/virtio-mem.c
include/hw/virtio/virtio-mem.h