Omer Khalid wrote:
Hi, >>If you already have the guest and just want to start it up, then call >> virDomainDefineXML followed by virDomainCreate in libvirt.What is the XML file format? And for the virDomainCreate function, what would be the domain parameter in Python?
The XML format is documented here: http://libvirt.org/format.htmlWe can't use the Xen format directly because we have to be portable across different hypervisors.
virDomainDefineXML returns a virDomainPtr which you can pass in to virDomainCreate. (Or the equivalent Python functions).
Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 03798903
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list