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

2023-05-17 Thread Markus Armbruster
Denis Plotnikov writes: > 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

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

2023-05-10 Thread Denis Plotnikov
Hi all! It seems that this series has come through a number of reviews and got some "reviewed-by". Is there any flaws to fix preventing to merge this series? Thanks, Denis On 26.04.2023 17:08, Denis Plotnikov wrote: Add "start" & "end" time values to QMP command responses. These time

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

2023-04-26 Thread Vladimir Sementsov-Ogievskiy
On 26.04.23 17:08, 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 parts of management layer or qemu

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

2023-04-26 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 helps to look for problems