On Thu, Jan 31, 2008 at 03:57:44PM +0530, Ajeeshrao.R wrote:> what are the possible values for type=?There''s some documentation at http://libvirt.org/format.html. You need to go all of the way to the end to get all details.> naming conventions of nic in domU?This depends entirely on the OS running in the domU.> mapping between vnic and physical nic?This is the responsibility of the ''hotplug'' scripts that run in dom0.> Please point me the list of XML tags used in XEN ?The libvirt distribution includes schema definitions (look for *.rng in the docs directory).
Hi all,
<interface type=''ethernet''>
<mac address=''0:14:4f:20:be:78''/>
<script path=''vif-vnic''/>
</interface>
what are the possible values for type=?
naming conventions of nic in domU?
mapping between vnic and physical nic?
Please point me the list of XML tags used in XEN ?
I appreciate your response.
Thanks
Ajeesh
On Thu, Jan 31, 2008 at 10:23:41AM +0000, David Edmondson wrote:> > Please point me the list of XML tags used in XEN ? > > The libvirt distribution includes schema definitions (look for *.rng > in the docs directory).Be warned - it''s not up to date (it would be great if someone with interest sent a patch to the libvirt people to fix this...) regards john