I have a VM which run under KVM, and I want to manage them with Python to do some functions like
- Send a file to the guest VM
- Execute a process or program in the guest VM
- Dump a memory file used by the guest VM
How do I do that?
P.S.: I tried Libvirt, but I can't find functions to do the above ...