在 2012-12-14五的 13:19 +0100,Markus Armbruster写道:
> liguang writes:
>
> > qemu-img will complain when qcow or qcow2
> > size overflow for 64 bits, report the right
> > message in this condition.
> >
> > before change:
> > qemu-img: Invalid image size specified! You may use k, M, G or T suffixes
>
liguang writes:
> qemu-img will complain when qcow or qcow2
> size overflow for 64 bits, report the right
> message in this condition.
>
> before change:
> qemu-img: Invalid image size specified! You may use k, M, G or T suffixes for
> qemu-img: kilobytes, megabytes, gigabytes and terabytes.
>
>
qemu-img will complain when qcow or qcow2
size overflow for 64 bits, report the right
message in this condition.
before change:
qemu-img: Invalid image size specified! You may use k, M, G or T suffixes for
qemu-img: kilobytes, megabytes, gigabytes and terabytes.
after change:
qemu-img: Image size
在 2012-12-11二的 16:11 +0100,Markus Armbruster写道:
> liguang writes:
>
> > qemu-img will complain when qcow or qcow2
> > size overflow for 64 bits, report the right
> > message in this condition.
>
> Recommend to show the reproducer with output before and after the patch
> in the commit message.
O
liguang writes:
> qemu-img will complain when qcow or qcow2
> size overflow for 64 bits, report the right
> message in this condition.
Recommend to show the reproducer with output before and after the patch
in the commit message.
qemu-img will complain when qcow or qcow2
size overflow for 64 bits, report the right
message in this condition.
Signed-off-by: liguang
---
qemu-img.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/qemu-img.c b/qemu-img.c
index e29e01b..f3209b4 100644
--- a/qemu-img