Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org - QEMU team
An error occurred while fetching folder content.
Stefan Hajnoczi
authored
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>