Just some important links that might be useful for others.
Ptrace is a linux syscall that allows you to manipulate process. It’s commonly used to implement debuggers, although you can do quite a lot of other interesting stuff with it:
This link shows how to prevent having to enter a password everytime your are managing your Linux VMs. This is pretty handy if you are using vagrant and/or creating/destroying a lot of them:
- Override org.libvirt.unix.manage access limitation for libvirt
- Convert a Windows Parallel VM to KVM (do not forget to remove Parallels Tools before running the steps on the guide).