On Mon, 07/03 17:14, Eric Blake wrote: > From: Manos Pitsidianakis <el13...@mail.ntua.gr> > > bdrv_co_get_block_status_from_file() and > bdrv_co_get_block_status_from_backing() set *file to bs->file and > bs->backing respectively, so that bdrv_co_get_block_status() can recurse > to them. Future block drivers won't have to duplicate code to implement > this. > > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> > Signed-off-by: Manos Pitsidianakis <el13...@mail.ntua.gr> > Message-Id: <20170629184320.7151-4-el13...@mail.ntua.gr>
Reviewed-by: Fam Zheng <f...@redhat.com>