Hi!
From: Parav Pandit <parav@xxxxxxxxxx>
[ Upstream commit 33b347503f014ebf76257327cbc7001c6b721956 ]
To add one or more VDPA devices, define a management device which
allows adding or removing vdpa device. A management device defines
set of callbacks to manage vdpa devices.
To begin with, it defines add and remove callbacks through which a user
defined vdpa device can be added or removed.
This looks quite intrusive; is it meant to be in -stable, or is it
some kind of mistake?