Searched hist:"99 cce9fa4e091fd7ead1926e1c0db016ef293f36" (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/block/ |
H A D | vdi.c | diff 99cce9fa4e091fd7ead1926e1c0db016ef293f36 Tue May 31 08:01:46 CDT 2011 Kevin Wolf <kwolf@redhat.com> qemu-img create: Fix displayed default cluster size
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: Kevin Wolf <kwolf@redhat.com>
|
H A D | qcow2.h | diff 99cce9fa4e091fd7ead1926e1c0db016ef293f36 Tue May 31 08:01:46 CDT 2011 Kevin Wolf <kwolf@redhat.com> qemu-img create: Fix displayed default cluster size
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: Kevin Wolf <kwolf@redhat.com>
|
H A D | qed.c | diff 99cce9fa4e091fd7ead1926e1c0db016ef293f36 Tue May 31 08:01:46 CDT 2011 Kevin Wolf <kwolf@redhat.com> qemu-img create: Fix displayed default cluster size
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: Kevin Wolf <kwolf@redhat.com>
|
H A D | qcow2.c | diff 99cce9fa4e091fd7ead1926e1c0db016ef293f36 Tue May 31 08:01:46 CDT 2011 Kevin Wolf <kwolf@redhat.com> qemu-img create: Fix displayed default cluster size
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: Kevin Wolf <kwolf@redhat.com>
|