[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v8] s390x/cpu: expose the guest crash informatio
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v8] s390x/cpu: expose the guest crash information |
Date: |
Tue, 13 Feb 2018 09:54:16 +0100 |
On Fri, 9 Feb 2018 12:25:43 +0000
Christian Borntraeger <address@hidden> wrote:
> This patch is the s390 implementation of guest crash information,
> similar to commit d187e08dc4 ("i386/cpu: add crash-information QOM
> property") and the related commits. We will detect several crash
> reasons, with the "disabled wait" being the most important one, since
> this is used by all s390 guests as a "panic like" notification.
(...)
> Co-authored-by: Jing Liu <address@hidden>
> Signed-off-by: Christian Borntraeger <address@hidden>
> ---
> qapi/run-state.json | 55
> +++++++++++++++++++++++++++++++++++++++++++++++++--
> target/s390x/cpu.c | 45 +++++++++++++++++++++++++++++++++++++++++
> target/s390x/cpu.h | 2 ++
> target/s390x/helper.c | 5 ++++-
> target/s390x/kvm.c | 15 +++++++-------
> vl.c | 11 +++++++++--
> 6 files changed, 120 insertions(+), 13 deletions(-)
Thanks, applied.