Re: [PATCH v4 04/12] qcow2_format.py: use tuples instead of lists for fields

2020-06-06 Thread Vladimir Sementsov-Ogievskiy
05.06.2020 23:16, Eric Blake wrote: On 6/4/20 12:41 PM, Vladimir Sementsov-Ogievskiy wrote: No need in lists: it's a constant variable. Signed-off-by: Vladimir Sementsov-Ogievskiy ---   tests/qemu-iotests/qcow2_format.py | 40 +++---   1 file changed, 20 insertions(+), 2

Re: [PATCH v4 04/12] qcow2_format.py: use tuples instead of lists for fields

2020-06-05 Thread Eric Blake
On 6/4/20 12:41 PM, Vladimir Sementsov-Ogievskiy wrote: No need in lists: it's a constant variable. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/qcow2_format.py | 40 +++--- 1 file changed, 20 insertions(+), 20 deletions(-) # Vers

Re: [PATCH v4 04/12] qcow2_format.py: use tuples instead of lists for fields

2020-06-05 Thread Andrey Shinkevich
; Andrey Shinkevich Subject: [PATCH v4 04/12] qcow2_format.py: use tuples instead of lists for fields No need in lists: it's a constant variable. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/qcow2_format.py | 40 +++--- 1 file change

[PATCH v4 04/12] qcow2_format.py: use tuples instead of lists for fields

2020-06-04 Thread Vladimir Sementsov-Ogievskiy
No need in lists: it's a constant variable. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/qcow2_format.py | 40 +++--- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/qemu-iotests/qcow2_format.py b/tests/qemu-iotests/qcow2_forma