]> git.ipfire.org Git - thirdparty/qemu.git/commit
reset: Add RESET_TYPE_WAKEUP
authorJuraj Marcin <jmarcin@redhat.com>
Wed, 4 Sep 2024 10:37:13 +0000 (12:37 +0200)
committerDavid Hildenbrand <david@redhat.com>
Tue, 24 Sep 2024 09:33:35 +0000 (11:33 +0200)
commit759cbb4ee971da13ddfa8ad73befc2351d542044
tree0e281b023cf4358b4400488c44ad90c45ae25b7f
parent1b063fe2df002052cc2d10799764979b8c583480
reset: Add RESET_TYPE_WAKEUP

Some devices need to distinguish cold start reset from waking up from a
suspended state. This patch adds new value to the enum, and updates the
i386 wakeup method to use this new reset type.

Message-ID: <20240904103722.946194-3-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>
docs/devel/reset.rst
hw/i386/pc.c
include/hw/resettable.h