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

2022-10-17 Thread Markus Armbruster
Denis Plotnikov writes: > On 14.10.2022 16:19, Daniel P. Berrangé wrote: >> On Fri, Oct 14, 2022 at 02:57:06PM +0200, Markus Armbruster wrote: >>> Daniel P. Berrangé writes: >>> On Fri, Oct 14, 2022 at 11:31:13AM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: >

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

2022-10-16 Thread Denis Plotnikov
On 14.10.2022 16:19, Daniel P. Berrangé wrote: On Fri, Oct 14, 2022 at 02:57:06PM +0200, Markus Armbruster wrote: Daniel P. Berrangé writes: On Fri, Oct 14, 2022 at 11:31:13AM +0200, Markus Armbruster wrote: Daniel P. Berrangé writes: On Thu, Oct 13, 2022 at 05:00:26PM +0200, Markus

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

2022-10-14 Thread Daniel P . Berrangé
On Fri, Oct 14, 2022 at 02:57:06PM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Fri, Oct 14, 2022 at 11:31:13AM +0200, Markus Armbruster wrote: > >> Daniel P. Berrangé writes: > >> > >> > On Thu, Oct 13, 2022 at 05:00:26PM +0200, Markus Armbruster wrote: > >> >> Denis

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

2022-10-14 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Fri, Oct 14, 2022 at 11:31:13AM +0200, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> >> > On Thu, Oct 13, 2022 at 05:00:26PM +0200, Markus Armbruster wrote: >> >> Denis Plotnikov writes: >> >> >> >> > Add "start" & "end" time values to qmp command

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

2022-10-14 Thread Daniel P . Berrangé
On Fri, Oct 14, 2022 at 11:31:13AM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Thu, Oct 13, 2022 at 05:00:26PM +0200, Markus Armbruster wrote: > >> Denis Plotnikov writes: > >> > >> > Add "start" & "end" time values to qmp command responses. > >> > >> Please spell it

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

2022-10-14 Thread Denis Plotnikov
On 13.10.2022 18:00, Markus Armbruster wrote: Denis Plotnikov writes: Add "start" & "end" time values to qmp command responses. Please spell it QMP. More of the same below. ok Can you tell me about a problem you cracked (or could have cracked) with the help of this? We have a

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

2022-10-14 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Thu, Oct 13, 2022 at 05:00:26PM +0200, Markus Armbruster wrote: >> Denis Plotnikov writes: >> >> > Add "start" & "end" time values to qmp command responses. >> >> Please spell it QMP. More of the same below. >> >> > >> > These time values are added to let the

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

2022-10-13 Thread Daniel P . Berrangé
On Thu, Oct 13, 2022 at 05:00:26PM +0200, Markus Armbruster wrote: > Denis Plotnikov writes: > > > Add "start" & "end" time values to qmp command responses. > > Please spell it QMP. More of the same below. > > > > > These time values are added to let the qemu management layer get the exact >

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

2022-10-13 Thread Markus Armbruster
Denis Plotnikov writes: > Add "start" & "end" time values to qmp command responses. Please spell it QMP. More of the same below. > > 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

[PATCH v3] 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