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

2024-01-22 Thread Kevin Wolf
Am 22.01.2024 um 14:26 hat atp exp geschrieben: > Alright, right now there are 10 digits for ID, don't think a billion > snapshots are feasible anyway. Indeed. > > Maybe what we should also do is decreasing the width of each field by > > one and instead writing a space character into the format

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

2024-01-22 Thread atp exp
Alright, right now there are 10 digits for ID, don't think a billion snapshots are feasible anyway. > Maybe what we should also do is decreasing the width of each field by > one and instead writing a space character into the format string. I'm assuming you are talking about adding spaces

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

2024-01-18 Thread Kevin Wolf
Am 11.01.2024 um 18:25 hat Abhiram Tilak geschrieben: > 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.

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