Re: [PATCH v2 0/2] misc: pvpanic: add crash loaded event

From: Paolo Bonzini
Date: Sat Jan 18 2020 - 15:57:00 EST


On 15/12/19 04:48, zhenwei pi wrote:
> Add PVPANIC_CRASH_LOADED bit for pvpanic event, it means that guest
> kernel actually hit a kernel panic, but the guest kernel wants to
> handle by itself.
>
> Suggested by Greg KH, move the bit definition to uapi header file
> for the programs outside of kernel.
>
> zhenwei pi (2):
> misc: pvpanic: move bit definition to uapi header file
> misc: pvpanic: add crash loaded event
>
> drivers/misc/pvpanic.c | 12 +++++++++---
> include/uapi/misc/pvpanic.h | 9 +++++++++
> 2 files changed, 18 insertions(+), 3 deletions(-)
> create mode 100644 include/uapi/misc/pvpanic.h
>

Reviewed-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>