commit | 00c6d403a3ac303ebdcb1706ee983e13ba8e2d5f | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Aug 27 12:08:56 2014 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Aug 28 13:42:25 2014 +0100 |
tree | 62b72d3875c069a7fbdf9a8e3da0aa700c7ea0a6 | |
parent | ada4240103470371533967334cda9965854fcbda [diff] |
Revert "qemu-img: sort block formats in help message" This reverts commit 1a443c1b8b4314d365e82bddeb1de5b4b1c15fb3 and the later commit 395071a76328189f50c778f4dee6dabb90503dd9. GSequence was introduced in glib 2.14. RHEL 5 fails to compile since it uses glib 2.12.3. Now that bdrv_iterate_format() invokes the iteration callback in sorted order these commits are unnecessary. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com>