Re: [PATCH v10 08/10] qcow2.py: Introduce '-j' key to dump in JSON format

2020-07-16 Thread Vladimir Sementsov-Ogievskiy
16.07.2020 17:44, Andrey Shinkevich wrote: On 16.07.2020 17:38, Vladimir Sementsov-Ogievskiy wrote: 16.07.2020 17:36, Andrey Shinkevich wrote: On 16.07.2020 13:20, Vladimir Sementsov-Ogievskiy wrote: 14.07.2020 00:36, Andrey Shinkevich wrote: Add the command key to the qcow2.py arguments list

Re: [PATCH v10 08/10] qcow2.py: Introduce '-j' key to dump in JSON format

2020-07-16 Thread Andrey Shinkevich
On 16.07.2020 17:38, Vladimir Sementsov-Ogievskiy wrote: 16.07.2020 17:36, Andrey Shinkevich wrote: On 16.07.2020 13:20, Vladimir Sementsov-Ogievskiy wrote: 14.07.2020 00:36, Andrey Shinkevich wrote: Add the command key to the qcow2.py arguments list to dump QCOW2 metadata in JSON format. Here

Re: [PATCH v10 08/10] qcow2.py: Introduce '-j' key to dump in JSON format

2020-07-16 Thread Vladimir Sementsov-Ogievskiy
16.07.2020 17:36, Andrey Shinkevich wrote: On 16.07.2020 13:20, Vladimir Sementsov-Ogievskiy wrote: 14.07.2020 00:36, Andrey Shinkevich wrote: Add the command key to the qcow2.py arguments list to dump QCOW2 metadata in JSON format. Here is the suggested way to do that. The implementation of th

Re: [PATCH v10 08/10] qcow2.py: Introduce '-j' key to dump in JSON format

2020-07-16 Thread Andrey Shinkevich
On 16.07.2020 13:20, Vladimir Sementsov-Ogievskiy wrote: 14.07.2020 00:36, Andrey Shinkevich wrote: Add the command key to the qcow2.py arguments list to dump QCOW2 metadata in JSON format. Here is the suggested way to do that. The implementation of the dump in JSON format is in the patch that f

Re: [PATCH v10 08/10] qcow2.py: Introduce '-j' key to dump in JSON format

2020-07-16 Thread Vladimir Sementsov-Ogievskiy
14.07.2020 00:36, Andrey Shinkevich wrote: Add the command key to the qcow2.py arguments list to dump QCOW2 metadata in JSON format. Here is the suggested way to do that. The implementation of the dump in JSON format is in the patch that follows. Signed-off-by: Andrey Shinkevich --- tests/qem

[PATCH v10 08/10] qcow2.py: Introduce '-j' key to dump in JSON format

2020-07-13 Thread Andrey Shinkevich
Add the command key to the qcow2.py arguments list to dump QCOW2 metadata in JSON format. Here is the suggested way to do that. The implementation of the dump in JSON format is in the patch that follows. Signed-off-by: Andrey Shinkevich --- tests/qemu-iotests/qcow2.py| 19 +++