Re: [PATCH] block: Fix VM size column width in bdrv_snapshot_dump()

2021-02-02 Thread Eric Blake
On 2/2/21 9:59 AM, Kevin Wolf wrote: > size_to_str() can return a size like "4.24 MiB", with a single digit > integer part and two fractional digits. This is eight characters, but > commit b39847a5 changed the format string to only reserve seven > characters for the column. > > This can result in

Re: [PATCH] block: Fix VM size column width in bdrv_snapshot_dump()

2021-02-02 Thread Vladimir Sementsov-Ogievskiy
02.02.2021 18:59, Kevin Wolf wrote: size_to_str() can return a size like "4.24 MiB", with a single digit integer part and two fractional digits. This is eight characters, but commit b39847a5 changed the format string to only reserve seven characters for the column. This can result in unaligned c