virtualization
virtualization copied to clipboard
feat: add usbredir
Description
add usbredir
need usbredirect dependency for d8v
git clone https://gitlab.freedesktop.org/spice/usbredir.git
cd usbredir
meson . build
meson compile -C build
sudo cp ./build/tools/usbredirect /usr/local/bin/
https://kubevirt.io/user-guide/compute/client_passthrough/
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist
- [ ] The code is covered by unit tests.
- [ ] e2e tests passed.
- [ ] Documentation updated according to the changes.
- [X] Changes were tested in the Kubernetes cluster manually.
Changelog entries
section: vm
type: feature
summary: add usbredir