commit | 8d65883fff22e00d70f5880a26b7a1248c59a2d8 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 28 17:22:49 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Sep 28 19:14:32 2012 +0200 |
tree | 7193c558defa36ff1e6cc1a9c89e730817270af5 | |
parent | 30e628b709fcd30db298878e435e3bc93919c48c [diff] |
qmp: add 'busy' member to BlockJobInfo Because pausing a job is asynchronous, we need to know whether it has completed. This is described by the "busy" field of BlockJob; copy it to BlockJobInfo. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>