Re: [libvirt] [PATCH v2] vmx: Expose VMware Managed Object Reference (moref) in XML.

2017-09-04 Thread Michal Privoznik
On 09/01/2017 01:06 PM, Richard W.M. Jones wrote: > If you use the VDDK library to access virtual machines remotely, you > really need to know the Managed Object Reference ("moref") of the VM. > This must be passed each time you connect to the API. > > For example nbdkit's VDDK plugin requires a m

[libvirt] [PATCH v2] vmx: Expose VMware Managed Object Reference (moref) in XML.

2017-09-01 Thread Richard W.M. Jones
If you use the VDDK library to access virtual machines remotely, you really need to know the Managed Object Reference ("moref") of the VM. This must be passed each time you connect to the API. For example nbdkit's VDDK plugin requires a moref to be passed to mount up a VM's disk remotely: nbdkit