Skip to content

Instantly share code, notes, and snippets.

@brianwoo
Last active September 26, 2023 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianwoo/557fbf8ac57af66490e466e3b7f3d95c to your computer and use it in GitHub Desktop.
Save brianwoo/557fbf8ac57af66490e466e3b7f3d95c to your computer and use it in GitHub Desktop.
KVM Guest Tools

Debian or Kali Linux installed to as KVM (libvirtd) guests do not automatically have qemu-guest-agent or spice-vdagent installed. This will prevent seamless movement of the mouse cursor between the guest and host desktop in Virtual Machine Manager (requiring the use of a Ctrl-Alt to release the cursor from the guest window).

To cure this, install both qemu-guest-agent and spice-vdagent on each guest and reboot (the guests).

sudo apt install qemu-guest-agent
sudo apt install spice-vdagent
sudo apt install xserver-xorg-video-qxl

For Windows https://raphtlw.medium.com/how-to-set-up-a-kvm-qemu-windows-10-vm-ca1789411760

Virtio Drivers: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso

Guest tool: https://www.spice-space.org/download.html

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