[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 0/3] qapi: return ShutdownCause for events
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PATCH v3 0/3] qapi: return ShutdownCause for events |
Date: |
Wed, 05 Dec 2018 13:21:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Dominik Csapak <address@hidden> 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'
>
> this is an alternative to my previous patches[1][2] which
> added an exit-script/added a 'reset' argument to the events
>
> 1: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg00697.html
> 2: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01271.html
Next time, please add the Reviewed-bys you got for the previous version
to your commit messages, unless the commits changed enough to warrant
another round of review.
For the record, series again
Reviewed-by: Markus Armbruster <address@hidden>