Re: [Qemu-devel] [PATCH 1/3] qapi: move ShutdownCause to qapi/run-state.json

2018-11-30 Thread Markus Armbruster
One more thing... Markus Armbruster writes: > Dominik Csapak writes: > >> this makes it possible to use the reason as return value >> in a QMP event, such as SHUTDOWN > > Please start your sentences with a capital letter and end them with > punctuation. > > The patch's purpose could perhaps be

Re: [Qemu-devel] [PATCH 1/3] qapi: move ShutdownCause to qapi/run-state.json

2018-11-30 Thread Markus Armbruster
Dominik Csapak writes: > this makes it possible to use the reason as return value > in a QMP event, such as SHUTDOWN Please start your sentences with a capital letter and end them with punctuation. The patch's purpose could perhaps be stated a bit more clearly. Let me try: qapi: Turn Shutdo

[Qemu-devel] [PATCH 1/3] qapi: move ShutdownCause to qapi/run-state.json

2018-10-31 Thread Dominik Csapak
this makes it possible to use the reason as return value in a QMP event, such as SHUTDOWN Signed-off-by: Dominik Csapak --- include/sysemu/sysemu.h | 20 qapi/run-state.json | 33 + 2 files changed, 33 insertions(+), 20 deletions(-) diff