Home | History | Annotate | Download | only in qemu

Lines Matching refs:bdrv_get_info

1744 int bdrv_get_info(BlockDriverState *bs, BlockDriverInfo *bdi)
1749 if (!drv->bdrv_get_info)
1752 return drv->bdrv_get_info(bs, bdi);