]> xenbits.xensource.com Git - libvirt.git/commit
ESX Add esxDomainXMLToNative()
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 23 Sep 2009 12:16:41 +0000 (14:16 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 23 Sep 2009 13:00:54 +0000 (15:00 +0200)
commita1c4d7d765c3c2af698f9afe5a4d8edfd6e48a3b
tree859b5430bc248f3e9a873c660417b81c695d5c85
parent6f9d8bdbcb34b750c81821d95b6bdd3d699aabf6
ESX Add esxDomainXMLToNative()

Extend and cleanup the VMX to domain XML mapping. Add the domain XML to
VMX mapping functions.

* src/esx/esx_driver.c: add esxDomainXMLToNative()
* src/esx/esx_vmx.[ch]: add esxVMX_SCSIDiskNameToControllerAndID(),
  esxVMX_IDEDiskNameToControllerAndID(), esxVMX_FloppyDiskNameToController(),
  esxVMX_GatherSCSIControllers(), add basic handling for the VMX guestOS entry
  to distinguish between i686 and x86_64, make SCSI virtualDev VMX entry
  optional as it should be, map the VMX networkName entry to the domain XML
  interface bridge name, add basic mapping for serial devices in pipe mode,
  add several esxVMX_Format*() functions
src/esx/esx_driver.c
src/esx/esx_vmx.c
src/esx/esx_vmx.h