virtualization icon indicating copy to clipboard operation
virtualization copied to clipboard

feat: add usbredir

Open yaroslavborbat opened this issue 4 months ago • 0 comments

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

yaroslavborbat avatar Nov 28 '25 08:11 yaroslavborbat