Home | History | Annotate | Download | only in qemu

Lines Matching defs:bdrv_debug_event

1783 void bdrv_debug_event(BlockDriverState *bs, BlkDebugEvent event)
1787 if (!drv || !drv->bdrv_debug_event) {
1791 return drv->bdrv_debug_event(bs, event);