On Mon, May 05, 2014 at 12:53:34PM -0400, Mike Day wrote: > The help message for qemu-img lists the supported block formats, of > which there are 27 as of version 2.0.50. The formats are printed in > the order of their driver's position in a linked list, which appears > random. This patch prints the formats in sorted order, making it > easier to read and to find a specific format in the list. > > v2: Incorporated feedback from Stefan Hajnoczi > > Signed-off-by: Mike Day <ncm...@ncultra.org> > --- > qemu-img.c | 27 ++++++++++++++++++++++++--- > 1 file changed, 24 insertions(+), 3 deletions(-)
Thanks, applied to my block tree with Fam's suggestions squashed in: https://github.com/stefanha/qemu/commits/block Stefan