Hi!

I'm using libvirt with Virtual Box. I have installed libvirt 0.10.2 and Virtual Box 4.1.

I want to use "virsh define" to define my Virtual Box virtual machine. My question is:

In my domain.xml, how can I specify that my hard disk is of type immutable/ multi attach etc. Can I use som kind of tag or attribute, something like this:

<disk type='file' device='disk'>
<source file='/path/to/my/file.vdi'/>
<target dev='hda' bus='ide'/>
<type>immutable</type>
</disk>

In the domain.xml is it possible to specify the path to my folder where I have my snapshot.vdi file?

Thanks!

LL