Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kurtis318/fbf5c4995318a1f18c982cc399da6f7b to your computer and use it in GitHub Desktop.
Save kurtis318/fbf5c4995318a1f18c982cc399da6f7b to your computer and use it in GitHub Desktop.
Getting copy/paste working in Windows 10 KVM
Found the answer to getting copy/paste working in Windows 10 KVM here:
http://blogs.nologin.es/rickyepoderi/index.php?/archives/87-Copy-n-Paste-in-KVM.html
Solution was to run installer in this ISO (do not have url, sorry, I think Google can find it)
virtio-win-0.1.126.iso
Download latest spice tools from here: https://www.spice-space.org/download/binaries/spice-guest-tools/ and install it.
Reboot Windows 10 just in case.
Then follow directions from first URL in this Gist. You must create a SINGLE Channel Device with target name: com.redhat.spice.0, Target type: virtio and Device type: spicevmc. It took a few minutes/seconds to get the copy/paste working. Make sure you create the Channel Device AFTER the spice iso and tools are installed and the KVM is powered off.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment