• K
    qemu-img create: Fix displayed default cluster size · 99cce9fa
    Kevin Wolf 提交于
    When not specifying a cluster size on the command line, qemu-img printed
    a cluster size of 0:
    
        Formatting '/tmp/test.qcow2', fmt=qcow2 size=67108864
        encryption=off cluster_size=0
    
    This patch adds the default cluster size to the QEMUOptionParameter list, so
    that it displays the default value that is used.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    99cce9fa
qed.c 43.5 KB