We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b59b4d commit 9f09fd6Copy full SHA for 9f09fd6
drivers/vhost/vdpa.c
@@ -680,7 +680,8 @@ static long vhost_vdpa_unlocked_ioctl(struct file *filep,
680
return -EFAULT;
681
if (features & ~(VHOST_VDPA_BACKEND_FEATURES |
682
BIT_ULL(VHOST_BACKEND_F_SUSPEND) |
683
- BIT_ULL(VHOST_BACKEND_F_RESUME)))
+ BIT_ULL(VHOST_BACKEND_F_RESUME) |
684
+ BIT_ULL(VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK)))
685
return -EOPNOTSUPP;
686
if ((features & BIT_ULL(VHOST_BACKEND_F_SUSPEND)) &&
687
!vhost_vdpa_can_suspend(v))
0 commit comments