virsh reload xml config file

If you have made any changes to a libvirt xml config file you have to reload is. One way is to reload the whole libvirtd service. But you can just reload corresponding domain xml too:

$ virsh define foo.xml
Claus-Theodor Riegg