Re: [PATCH v2] qemu-img: Fix Column Width and Improve Formatting in snapshot list

2024-01-11 Thread atp exp
Changes from v2: - Change email provider to 'gmail', to prevent auto-wrapping patches. - Change more unit tests in 'tests/qemu-iotests/tests/qcow2-internal-snapshots.out' On Thu, 11 Jan 2024 at 10:39, Abhiram Tilak wrote: > When running the command `qemu-img snapshot -l SNAPSHOT` the output of >

[PATCH v2] qemu-img: Fix Column Width and Improve Formatting in snapshot list

2024-01-11 Thread Abhiram Tilak
When running the command `qemu-img snapshot -l SNAPSHOT` the output of VM_CLOCK (measures the offset between host and VM clock) cannot to accommodate values in the order of thousands (4-digit). This line [1] hints on the problem. Additionally, the column width for the VM_CLOCK field was reduced fr