mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
49faa15e4f
A given domain XML gets converted to a VMX config, uploaded to the host and registered as new virtual machine. * src/esx/esx_driver.c: refactor datastore related path parsing into esxUtil_ParseDatastoreRelatedPath() * src/esx/esx_util.[ch]: add esxUtil_ParseDatastoreRelatedPath() * src/esx/esx_vi.[ch]: add esxVI_Context_UploadFile(), add datastores to the traversal in esxVI_BuildFullTraversalSpecList(), add esxVI_LookupDatastoreByName() * src/esx/esx_vi_methods.[ch]: add esxVI_RegisterVM_Task() * src/esx/esx_vi_types.c: make some error message more verbose * src/esx/esx_vmx.[ch]: add esxVMX_AbsolutePathToDatastoreRelatedPath() to convert a path into a datastore related path, add esxVMX_ParseFileName() to convert from VMX path format to domain XML path format, extend the other parsing function to be datastore aware, add esxVMX_FormatFileName() to convert from domain XML path format to VMX path format, fix VMX ethernet entry formating * tests/esxutilstest.c: add test for esxUtil_ParseDatastoreRelatedPath() * tests/vmx2xmldata/*: update domain XML files to use datastore related paths * tests/xml2vmxdata/*: update domain XML files to use datastore related paths, update VMX files to use absolute paths |
||
---|---|---|
.. | ||
vmx2xml-cdrom-ide-device.vmx | ||
vmx2xml-cdrom-ide-device.xml | ||
vmx2xml-cdrom-ide-file.vmx | ||
vmx2xml-cdrom-ide-file.xml | ||
vmx2xml-cdrom-scsi-device.vmx | ||
vmx2xml-cdrom-scsi-device.xml | ||
vmx2xml-cdrom-scsi-file.vmx | ||
vmx2xml-cdrom-scsi-file.xml | ||
vmx2xml-esx-in-the-wild-1.vmx | ||
vmx2xml-esx-in-the-wild-1.xml | ||
vmx2xml-esx-in-the-wild-2.vmx | ||
vmx2xml-esx-in-the-wild-2.xml | ||
vmx2xml-esx-in-the-wild-3.vmx | ||
vmx2xml-esx-in-the-wild-3.xml | ||
vmx2xml-esx-in-the-wild-4.vmx | ||
vmx2xml-esx-in-the-wild-4.xml | ||
vmx2xml-ethernet-bridged.vmx | ||
vmx2xml-ethernet-bridged.xml | ||
vmx2xml-ethernet-custom.vmx | ||
vmx2xml-ethernet-custom.xml | ||
vmx2xml-ethernet-e1000.vmx | ||
vmx2xml-ethernet-e1000.xml | ||
vmx2xml-floppy-device.vmx | ||
vmx2xml-floppy-device.xml | ||
vmx2xml-floppy-file.vmx | ||
vmx2xml-floppy-file.xml | ||
vmx2xml-gsx-in-the-wild-1.vmx | ||
vmx2xml-gsx-in-the-wild-1.xml | ||
vmx2xml-gsx-in-the-wild-2.vmx | ||
vmx2xml-gsx-in-the-wild-2.xml | ||
vmx2xml-gsx-in-the-wild-3.vmx | ||
vmx2xml-gsx-in-the-wild-3.xml | ||
vmx2xml-gsx-in-the-wild-4.vmx | ||
vmx2xml-gsx-in-the-wild-4.xml | ||
vmx2xml-harddisk-ide-file.vmx | ||
vmx2xml-harddisk-ide-file.xml | ||
vmx2xml-harddisk-scsi-file.vmx | ||
vmx2xml-harddisk-scsi-file.xml | ||
vmx2xml-minimal-64bit.vmx | ||
vmx2xml-minimal-64bit.xml | ||
vmx2xml-minimal.vmx | ||
vmx2xml-minimal.xml | ||
vmx2xml-parallel-device.vmx | ||
vmx2xml-parallel-device.xml | ||
vmx2xml-parallel-file.vmx | ||
vmx2xml-parallel-file.xml | ||
vmx2xml-scsi-buslogic.vmx | ||
vmx2xml-scsi-buslogic.xml | ||
vmx2xml-scsi-writethrough.vmx | ||
vmx2xml-scsi-writethrough.xml | ||
vmx2xml-serial-device.vmx | ||
vmx2xml-serial-device.xml | ||
vmx2xml-serial-file.vmx | ||
vmx2xml-serial-file.xml | ||
vmx2xml-serial-pipe-client-app.vmx | ||
vmx2xml-serial-pipe-client-vm.vmx | ||
vmx2xml-serial-pipe-server-app.vmx | ||
vmx2xml-serial-pipe-server-vm.vmx | ||
vmx2xml-serial-pipe.xml |