Re: [PATCH v2] qapi/qmp: Add timestamps to qmp command responses

2022-10-11 Thread Marc-André Lureau
On Tue, Oct 11, 2022 at 6:49 PM Denis Plotnikov < den-plotni...@yandex-team.ru> wrote: > Add "start" & "end" time values to qmp command responses. > > These time values are added to let the qemu management layer get the exact > command execution time without any other time variance which might be

Re: [PATCH v2] qapi/qmp: Add timestamps to qmp command responses

2022-10-11 Thread Daniel P . Berrangé
On Tue, Oct 11, 2022 at 05:45:09PM +0300, Denis Plotnikov wrote: > Add "start" & "end" time values to qmp command responses. > > These time values are added to let the qemu management layer get the exact > command execution time without any other time variance which might be brought > by > other

[PATCH v2] qapi/qmp: Add timestamps to qmp command responses

2022-10-11 Thread Denis Plotnikov
Add "start" & "end" time values to qmp command responses. These time values are added to let the qemu management layer get the exact command execution time without any other time variance which might be brought by other parts of management layer or qemu internals. This is particulary useful for