Re: [Qemu-devel] [PATCH 2/3] qapi: split host-qmp into quit and system-reset

2018-11-30 Thread Eric Blake
On 11/30/18 7:20 AM, Dominik Csapak wrote: On 11/30/18 10:41 AM, Markus Armbruster wrote: Cc: Pavel to assess possible impact on replay. Cc: Eric to give him a chance to correct misunderstandings of ShutdownCause. I still need to look more closely at the series, but in answer to your questio

Re: [Qemu-devel] [PATCH 2/3] qapi: split host-qmp into quit and system-reset

2018-11-30 Thread Dominik Csapak
On 11/30/18 10:41 AM, Markus Armbruster wrote: Cc: Pavel to assess possible impact on replay. Cc: Eric to give him a chance to correct misunderstandings of ShutdownCause. Dominik Csapak writes: it is interesting to know whether the shutdown cause was 'quit' or 'reset', especially when using

Re: [Qemu-devel] [PATCH 2/3] qapi: split host-qmp into quit and system-reset

2018-11-30 Thread Markus Armbruster
Cc: Pavel to assess possible impact on replay. Cc: Eric to give him a chance to correct misunderstandings of ShutdownCause. Dominik Csapak writes: > it is interesting to know whether the shutdown cause was 'quit' or > 'reset', especially when using --no-reboot Are you sure it *is* interesting?

[Qemu-devel] [PATCH 2/3] qapi: split host-qmp into quit and system-reset

2018-10-31 Thread Dominik Csapak
it is interesting to know whether the shutdown cause was 'quit' or 'reset', especially when using --no-reboot Signed-off-by: Dominik Csapak --- qapi/run-state.json | 10 ++ qmp.c | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/qapi/run-state.json b