Re: [Qemu-devel] [PATCH v2 0/3] qapi: return ShutdownCause for events

2018-12-03 Thread Markus Armbruster
Dominik Csapak writes: > This series improves the QMP SHUTDOWN and RESET events by adding > the ShutdownCause as additional parameter and splitting > the HOST_QMP reason into HOST_QMP_QUIT and HOST_QMP_SYSTEM_RESET > to be able to detect the difference between them when using '--no-reboot' > > th

[Qemu-devel] [PATCH v2 0/3] qapi: return ShutdownCause for events

2018-12-03 Thread Dominik Csapak
This series improves the QMP SHUTDOWN and RESET events by adding the ShutdownCause as additional parameter and splitting the HOST_QMP reason into HOST_QMP_QUIT and HOST_QMP_SYSTEM_RESET to be able to detect the difference between them when using '--no-reboot' this is an alternative to my previous