Following a "Virsh" command, you need a root right:
vm config file located on /etc/libvirt/qemu/<your_vmname.xml>
Edit the virtual machine configuration file with the following command:
Virsh edit <your_vmname>
You can check your virtual machine information using:
Virsh dominfo <your_vmname>