Hi all,<br> I am new to Libvirt. I have few questions on how to create a guest domain using libvirt,<br>1. I want to create a guest and say install FC6 in it. Can it be done using "virDomainCreate" or "virDomainCreateLinux"
<span style="font-family: monospace;"> </span>calls? and specifying iso image in Domain description XML e.g.<br><br><disk type='file' device='cdrom'><br>      <source file='/root/chelsea/fc6-x86.iso
'/><br>      <target dev='hdc'/><br>      <readonly/><br></disk><br><br>2. In the Domain Description XML for Fully virtualized guests there is <uuid> tag so if the above mentioned method is used to create guests then is it the callers responsibility to provide a unique uuid?
<br><br>Thanks<br>Chetan<br><pre class="programlisting"><a href="http://libvirt.org/html/libvirt-libvirt.html#virDomainCreate"></a><br></pre>