Re: [PATCH] pvpanic: Advertise the PVPANIC_CRASHLOADED event support

2020-11-09 Thread Alejandro Jimenez
(CC Maciej) Hi Paolo, Thank you for fixing the patch. One comment below.. On 11/9/2020 9:33 AM, Paolo Bonzini wrote: Advertise both types of events as supported when the guest OS queries the pvpanic device. Currently only PVPANIC_PANICKED is exposed; PVPANIC_CRASHLOADED must also be advertise

[PATCH] pvpanic: Advertise the PVPANIC_CRASHLOADED event support

2020-11-09 Thread Paolo Bonzini
Advertise both types of events as supported when the guest OS queries the pvpanic device. Currently only PVPANIC_PANICKED is exposed; PVPANIC_CRASHLOADED must also be advertised, but only on new machine types. Fixes: 7dc58deea79a ("pvpanic: implement crashloaded event handling") Reported-by: Alej