Skip to content

Instantly share code, notes, and snippets.

@linux4life798
Last active July 15, 2024 03:18
Show Gist options
  • Save linux4life798/2009a54635011c54c2eef02dd127ba1d to your computer and use it in GitHub Desktop.
Save linux4life798/2009a54635011c54c2eef02dd127ba1d to your computer and use it in GitHub Desktop.
Setup Debian as QEMU/KVM/libvirt guest

Channel: unix + org.qemu.guest_agent.0

It doesn't need to be the QEMU agent type. Both the unix and QEMU vdagent channels have "clipboard" support, but neither seem to work. Clipboard support of the spicevmc does seem to work.

You need the following package to enable this channel, but it is usually automatically installed during debian installer:

sudo apt install qemu-guest-agent

Channel: spicevmc + com.redhat.spice.0

This is needed for "Auto resize with VM window".

sudo apt install spice-vdagent

Others' Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment