On 05/09/2018 12:26 PM, Kevin Wolf wrote: > The backup block job directly accesses the driver field in BlockJob. Add > a wrapper for getting it. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > Reviewed-by: Eric Blake <ebl...@redhat.com>
I'm not too far into this series yet but I suppose it turns out that it's more useful to get the driver than to ask the job system what the job type is. Probably there's some QAPI reasons for why that's true, too... Reviewed-by: John Snow <js...@redhat.com>.