Like SR-IOV, driver should notify that sysfs files like some attrs or
symbol links after cretation finished.

Signed-off-by: Wu Zongyong <cordius...@huawei.com>
---
 drivers/vfio/mdev/mdev_core.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/vfio/mdev/mdev_core.c b/drivers/vfio/mdev/mdev_core.c
index 1269910..a23f1d7 100644
--- a/drivers/vfio/mdev/mdev_core.c
+++ b/drivers/vfio/mdev/mdev_core.c
@@ -351,6 +351,8 @@ int mdev_device_create(struct kobject *kobj, struct device 
*dev, uuid_le uuid)
                goto create_failed;
        }
 
+        kobject_uevent(&(mdev->dev.kobj), KOBJ_CHANGE);
+
        mdev->type_kobj = kobj;
        dev_dbg(&mdev->dev, "MDEV: created\n");
 
-- 
1.9.1

_______________________________________________
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users

Reply via email to