blob: 2900f5dce22d40f8f645362e22b02187e9d10a7d (
plain)
1
2
3
4
5
6
7
|
This is the common libvirt xml handling code for virtigo & virtigod
This is used to import libvirt xml files (as used by virsh) and
save the information in a protocol buffer config file.
It re-creates the xml files needed for virsh on the hypervisor
and starts the vm with 'virsh create'
|