I'm new to KVM and trying to get ahead. I have a Win10 system in QEMU. Now I have a few questions:
I know that QEMU stores the image files as .qcow2 under the directory "/var/lib/libvirt/images/". Is it possible to enter these image files? For example, I want to enter the Win10 file system and add a file to the C:// directory.
Are there ways to manage only KVM without using QEMU?
How can I manage KVM with Python? (I want to add the file I mentioned above with python.)