Re: [libvirt] VMware ESX: Allow ethernet address type 'vpx'

2009-09-02 Thread Daniel Veillard
On Sat, Aug 08, 2009 at 11:56:10PM +0200, Matthias Bolte wrote: The VMX entry ethernet0.addressType may be set to 'vpx' beside 'static' and 'generated'. 'vpx' indicates that the MAC address was generated by a vCenter. The attached patch adds 'vpx' to the valid values for

Re: [libvirt] VMware ESX: Allow ethernet address type 'vpx'

2009-08-11 Thread Daniel P. Berrange
On Sat, Aug 08, 2009 at 11:56:10PM +0200, Matthias Bolte wrote: The VMX entry ethernet0.addressType may be set to 'vpx' beside 'static' and 'generated'. 'vpx' indicates that the MAC address was generated by a vCenter. The attached patch adds 'vpx' to the valid values for

RE: [libvirt] VMware ESX: Allow ethernet address type 'vpx'

2009-08-10 Thread Itamar Heim
From: libvir-list-boun...@redhat.com [mailto:libvir-list- boun...@redhat.com] On Behalf Of Matthias Bolte The VMX entry ethernet0.addressType may be set to 'vpx' beside 'static' and 'generated'. 'vpx' indicates that the MAC address was generated by a vCenter. The attached patch adds

Re: [libvirt] VMware ESX: Allow ethernet address type 'vpx'

2009-08-10 Thread Matthias Bolte
2009/8/10 Itamar Heim ih...@redhat.com: From: libvir-list-boun...@redhat.com [mailto:libvir-list- boun...@redhat.com] On Behalf Of Matthias Bolte The VMX entry ethernet0.addressType may be set to 'vpx' beside 'static' and 'generated'. 'vpx' indicates that the MAC address was generated by a

RE: [libvirt] VMware ESX: Allow ethernet address type 'vpx'

2009-08-10 Thread Itamar Heim
From: Matthias Bolte [mailto:matthias.bo...@googlemail.com] ... The ESX driver parses the VMX file of a virtual machine to gather the information needed for the dump XML function. The VMX entry ethernet0.addressType maybe set to vpx if the generated MAC address was generated by a vCenter

Re: [libvirt] VMware ESX: Allow ethernet address type 'vpx'

2009-08-10 Thread Matthias Bolte
2009/8/10 Itamar Heim ih...@redhat.com: From: Matthias Bolte [mailto:matthias.bo...@googlemail.com] ... The ESX driver parses the VMX file of a virtual machine to gather the information needed for the dump XML function. The VMX entry ethernet0.addressType maybe set to vpx if the generated

[libvirt] VMware ESX: Allow ethernet address type 'vpx'

2009-08-08 Thread Matthias Bolte
The VMX entry ethernet0.addressType may be set to 'vpx' beside 'static' and 'generated'. 'vpx' indicates that the MAC address was generated by a vCenter. The attached patch adds 'vpx' to the valid values for ethernet0.addressType. Matthias diff --git a/src/esx/esx_vmx.c b/src/esx/esx_vmx.c index