Is it possible to import an XML file into libvirt without having libvirt boot the virtual machine?
If I do:
virsh create centos63.xml
Then libvirt will import the XML file and immediately try to boot the image, and this isn't what I want.
(I have several scripts that take as argument a libvirt domain that corresponds to a VM that is not currently running, which is why I want to do this).
Yes, it is possible: