All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Saner printing of large file sizes
@ 2019-04-17 17:10 ` Eric Blake
  0 siblings, 0 replies; 12+ messages in thread
From: Eric Blake @ 2019-04-17 17:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: mreitz, kwolf, qemu-block

since v2: Fix problems pointed out by Max:
vmdk (test 59) output had not actually been tested
32-bit builds of size_to_str() have been been broken since 2.10

Eric Blake (2):
  cutils: Fix size_to_str() on 32-bit platforms
  qemu-img: Saner printing of large file sizes

 block/qapi.c               | 49 +++++++++-----------------------------
 util/cutils.c              |  2 +-
 tests/qemu-iotests/043.out |  6 ++---
 tests/qemu-iotests/053.out |  2 +-
 tests/qemu-iotests/059.out | 10 ++++----
 tests/qemu-iotests/060.out | 10 ++++----
 tests/qemu-iotests/061.out | 12 +++++-----
 tests/qemu-iotests/070.out |  2 +-
 tests/qemu-iotests/082.out | 26 ++++++++++----------
 tests/qemu-iotests/084.out |  8 +++----
 tests/qemu-iotests/089.out |  2 +-
 tests/qemu-iotests/095.out |  4 ++--
 tests/qemu-iotests/104.out |  6 ++---
 tests/qemu-iotests/110.out |  6 ++---
 tests/qemu-iotests/114.out |  2 +-
 tests/qemu-iotests/126.out |  4 ++--
 tests/qemu-iotests/130.out | 10 ++++----
 tests/qemu-iotests/153.out |  2 +-
 tests/qemu-iotests/191.out |  8 +++----
 tests/qemu-iotests/195.out |  4 ++--
 tests/qemu-iotests/198.out |  4 ++--
 tests/qemu-iotests/206.out | 10 ++++----
 tests/qemu-iotests/207.out | 12 +++++-----
 tests/qemu-iotests/210.out |  8 +++----
 tests/qemu-iotests/211.out | 10 ++++----
 tests/qemu-iotests/212.out | 10 ++++----
 tests/qemu-iotests/213.out | 10 ++++----
 tests/qemu-iotests/233.out |  4 ++--
 tests/qemu-iotests/237.out | 22 ++++++++---------
 tests/qemu-iotests/242.out | 10 ++++----
 30 files changed, 124 insertions(+), 151 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-04-18  8:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 17:10 [Qemu-devel] [PATCH v3 0/2] Saner printing of large file sizes Eric Blake
2019-04-17 17:10 ` Eric Blake
2019-04-17 17:11 ` [Qemu-devel] [PATCH v3 1/2] cutils: Fix size_to_str() on 32-bit platforms Eric Blake
2019-04-17 17:11   ` Eric Blake
2019-04-17 17:18   ` Max Reitz
2019-04-17 17:18     ` Max Reitz
2019-04-17 17:11 ` [Qemu-devel] [PATCH v3 2/2] qemu-img: Saner printing of large file sizes Eric Blake
2019-04-17 17:11   ` Eric Blake
2019-04-17 17:52   ` Max Reitz
2019-04-17 17:52     ` Max Reitz
2019-04-18  8:23 ` [Qemu-devel] [PATCH v3 0/2] " Kevin Wolf
2019-04-18  8:23   ` Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.