Re: [Qemu-devel] [PATCH v3 11/14] block: Add blk_next_root_bs()

2016-02-17 Thread Kevin Wolf
Am 16.02.2016 um 19:08 hat Max Reitz geschrieben: > This function iterates over all BDSs attached to a BB. We are going to > need it when rewriting bdrv_next() so it no longer uses bdrv_states. > > Signed-off-by: Max Reitz > --- > block/block-backend.c | 24 > i

[Qemu-devel] [PATCH v3 11/14] block: Add blk_next_root_bs()

2016-02-16 Thread Max Reitz
This function iterates over all BDSs attached to a BB. We are going to need it when rewriting bdrv_next() so it no longer uses bdrv_states. Signed-off-by: Max Reitz --- block/block-backend.c | 24 include/sysemu/block-backend.h | 1 + 2 files changed, 25 insert