Re: [Qemu-devel] [PATCH 3/3] qapi: add reason to SHUTDOWN and RESET events

2018-11-30 Thread Markus Armbruster
Dominik Csapak writes: > this makes it possible to determine what the exact reason was for > a RESET or a SHUTDOWN Yes, but why is that useful? I can guess, but the commit shouldn't make me guess. Please start your sentences with a capital letter and end them with punctuation. > this patch al

[Qemu-devel] [PATCH 3/3] qapi: add reason to SHUTDOWN and RESET events

2018-10-31 Thread Dominik Csapak
this makes it possible to determine what the exact reason was for a RESET or a SHUTDOWN this patch also fixes the iotests Signed-off-by: Dominik Csapak --- qapi/run-state.json| 4 ++-- tests/qemu-iotests/060.out | 4 ++-- tests/qemu-iotests/071.out | 4 ++-- tests/qemu-iotests/081.ou