]> git.ipfire.org Git - thirdparty/qemu.git/commit
qmp: don't emit the RESET event on wakeup
authorNicholas Piggin <npiggin@gmail.com>
Thu, 18 Jul 2019 10:39:49 +0000 (20:39 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Jul 2019 17:04:59 +0000 (19:04 +0200)
commit3bf5de5240525a52a88deb3e864646763157e2ba
treee1da91b6ca57fd6d6d303fbeb9d3dee9399de86f
parent8072aae3770aed5ed1274a3d6b83a94672c6181a
qmp: don't emit the RESET event on wakeup

Commit 1405819637f53 ("qmp: don't emit the RESET event on wakeup from
S3") changed system wakeup to avoid calling qapi_event_send_reset.
Commit 76ed4b18debfe ("s390/ipl: fix ipl with -no-reboot") appears to
have inadvertently broken that logic.

Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20190718103951.10027-2-npiggin@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
vl.c