[pve-devel] [PATCH storage v5 08/12] ovf: implement parsing nics

Fiona Ebner f.ebner at proxmox.com
Fri Nov 15 14:52:16 CET 2024


On 14.11.24 10:32 AM, Dominik Csapak wrote:
> by iterating over the relevant parts and trying to parse out the
> 'ResourceSubType'. The content of that is not standardized, but I only
> ever found examples that are compatible with vmware, meaning it's
> either 'e1000', 'e1000e' or 'vmxnet3' (in various capitalizations; thus
> the `lc()`)
> 
> As a fallback i used e1000, since that is our default too, and should
> work for most guest operating systems.
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>

Reviewed-by: Fiona Ebner <f.ebner at proxmox.com>




More information about the pve-devel mailing list