Searched hist:ada4240103470371533967334cda9965854fcbda (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff ada4240103470371533967334cda9965854fcbda Wed Aug 27 06:08:55 CDT 2014 Stefan Hajnoczi <stefanha@redhat.com> block: sort formats alphabetically in bdrv_iterate_format()
Format names are best consumed in alphabetical order. This makes human-readable output easy to produce.
bdrv_iterate_format() already has an array of format strings. Sort them before invoking the iteration callback.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Benoît Canet <benoit.canet@nodalink.com>
|