[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v4] s390/ipl: fix ipl with -no-reboot
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v4] s390/ipl: fix ipl with -no-reboot |
Date: |
Fri, 22 Jun 2018 15:50:09 +0200 |
On Fri, 22 Jun 2018 12:29:28 +0200
Christian Borntraeger <address@hidden> 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 <address@hidden>
> Reviewed-by: David Hildenbrand <address@hidden>
> ---
> 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.