commit | 518848a214ff67bbaea087552a709afde4f88fa5 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Fri Jun 27 19:24:13 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 27 20:00:00 2014 +0200 |
tree | 8eaf6b9bd3818d155574d265a6d23d786a57372b | |
parent | d64c60a75fde0fc40f7c97acbc972dea59db0162 [diff] |
blockjob: Fix recent BLOCK_JOB_READY regression Commit bcada37 dropped the (up to now undocumented) members type, len, offset, speed, breaking tests/qemu-iotests/040 and 041. Restore and document them. This fixes 040, and partially fixes 041. Signed-off-by: Markus Armbruster <armbru@redhat.com> Tested-By: Benoit Canet <benoit@irqsave.net> Signed-off-by: Kevin Wolf <kwolf@redhat.com>