qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] [v2 PATCH] qemu-img: sort block formats in help


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] [v2 PATCH] qemu-img: sort block formats in help message
Date: Tue, 6 May 2014 13:30:24 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]