]> Git Repo - qemu.git/commit
stream: Use BlockBackend for I/O
authorKevin Wolf <[email protected]>
Tue, 12 Apr 2016 13:15:49 +0000 (15:15 +0200)
committerKevin Wolf <[email protected]>
Wed, 25 May 2016 17:04:21 +0000 (19:04 +0200)
commit03e35d820d18f23606b4cc821a36cda1f7936170
treea32227908a491609d7a0535ba847d4b2e31b23f7
parent1e98fefd95ff604b48fe3ea71825449c187a7dd7
stream: Use BlockBackend for I/O

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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
block/io.c
block/stream.c
include/block/block.h
trace-events
This page took 0.026191 seconds and 4 git commands to generate.