You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 and 2 can be fixed by updating the AMIs for the CI runners. This issue tracks step 3, for which we need to update the Buildkite pipeline so that the steps that involve running the unit tests can access the device. The device needs to be passed in the Buildkite yaml as devices: [ "/dev/vhost-vdpa-0" ] (see documentation).
The text was updated successfully, but these errors were encountered:
To unblock rust-vmm/vhost#33, several conditions must be met:
/dev/vhost-vdpa-0
device should be exposed to the container (see add vhost-vdpa support (in-kernel) vhost#33 (comment))1 and 2 can be fixed by updating the AMIs for the CI runners. This issue tracks step 3, for which we need to update the Buildkite pipeline so that the steps that involve running the unit tests can access the device. The device needs to be passed in the Buildkite yaml as
devices: [ "/dev/vhost-vdpa-0" ]
(see documentation).The text was updated successfully, but these errors were encountered: