On 25.05.2016 14:29, Kevin Wolf wrote: > This changes the streaming block job to use the job's BlockBackend for > performing the COR reads. job->bs isn't used by the streaming code any > more afterwards. > > Signed-off-by: Kevin Wolf > Reviewed-by: Eric Blake > Reviewed-by: Alberto Garcia > --- > block/io.c | 9 --------- > block/stream.c | 15 +++++++++------ > include/block/block.h | 2 -- > trace-events | 1 - > 4 files changed, 9 insertions(+), 18 deletions(-) Reviewed-by: Max Reitz