commit | cc785c349de002596a4f4d116e62846fc18d7b9e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 08 16:51:52 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu May 10 10:32:13 2012 +0200 |
tree | f8b5b740a73ac927ab5718487a4d7234703bc33b | |
parent | 8655d2de0a101782b8066779b8b04e59a80c7d85 [diff] |
qemu-io: fix the alloc command Because sector_num is not updated, the loop would either go on forever or return garbage. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>