In qemu 9.1 block.c I see:

794 /* XXX: no longer used */
795 void bdrv_set_change_cb(BlockDriverState *bs,
796                         void (*change_cb)(void *opaque), void *opaque)
797 {

I also see that hw/ide.c and hw/sd.c call function bdrv_set_change_cb().

Is the comment wrong or is it an indicator that this function is going
to be removed?

Pat





Reply via email to