Added Vmware specific kernel modules to support paravirtualized drivers (#395)

This adds VMXNET3 support and the paravirtualized SCSI controller along with virtual sockets for the guest additions and memory ballooning so that unused memory can be shared with other Vmware guests. Tested on ESXi 6.5 and it works great.
This commit is contained in:
Jan 2019-04-29 22:58:03 +02:00 committed by Pascal Vizeli
parent 722f27d3c8
commit 061ab0ed8a

View File

@ -1,5 +1,11 @@
CONFIG_EFI_STUB=y
CONFIG_VMXNET3=y
CONFIG_VMWARE_PVSCSI=y
CONFIG_VMWARE_VMCI_VSOCKETS=y
CONFIG_VMWARE_VMCI=y
CONFIG_VMWARE_BALLOON=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_NET=y