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
Explore alternatives to #4418 which is a pure-software way of dealing with GPU codec resources on the host side.
This ticket is about enabling more complete GPU access, not just the encoder.
RemoteFX has been abandoned due to unfixable security issues in its architecture and it's not clear to me how much better and safer the VFIO / SR-IOV alternatives are.
After all, running code directly on the GPU is going to be (many) orders of magnitude easier to exploit than running it mediated by a pure-software layer like vglrun.
Explore alternatives to #4418 which is a pure-software way of dealing with GPU codec resources on the host side.
This ticket is about enabling more complete GPU access, not just the encoder.
RemoteFX has been abandoned due to unfixable security issues in its architecture and it's not clear to me how much better and safer the VFIO / SR-IOV alternatives are.
After all, running code directly on the GPU is going to be (many) orders of magnitude easier to exploit than running it mediated by a pure-software layer like
vglrun
.Links:
add-vmgpupartitionadapter
Alternative options, GPU pass-through, API virtualization:
DDA
: Direct Device Assignmentvirgl
virtio-gpu
FWIW, there used to be a number of other solutions, but most of them seem to have been abandoned.
ie:
GVTd
The text was updated successfully, but these errors were encountered: