On Fri, 22 Jun 2018 12:29:28 +0200 Christian Borntraeger <borntrae...@de.ibm.com> wrote:
> kexec/kdump as well as the bootloader use a subcode of diagnose 308 > that is supposed to reset the I/O subsystem but not comprise a full > "reboot". With the latest refactoring this is now broken when > -no-reboot is used or when libvirt acts on a reboot QMP event, for > example a virt-install from iso images. > We need to mark these "subsystem reset" as special. s/reset/resets/ > > Fixes: a30fb811cbe9 (s390x: refactor reset/reipl handling) > Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com> > Reviewed-by: David Hildenbrand <da...@redhat.com> > --- > v3->v4: - rename to SHUTDOWN_CAUSE_SUBSYSTEM_RESET > - modify comments and patch descriptions > > hw/s390x/ipl.c | 8 +++++++- > include/sysemu/sysemu.h | 4 ++++ > vl.c | 4 ++-- > 3 files changed, 13 insertions(+), 3 deletions(-) Thanks, applied.