machine-drivers / machine

Machine management for a container-centric world
Apache License 2.0
25 stars 16 forks source link

Fix broken IsVTXDisabled detection on AMD CPU #16

Closed afbjorklund closed 5 years ago

afbjorklund commented 5 years ago

VMX is in FeatureNames, but SVM is in ExtraFeatureNames This meant that detection always failed for SVM (AMD)

afbjorklund commented 5 years ago

Cherry-picked from https://github.com/docker/machine/pull/4679 Only affects the VirtualBox driver.

tstromberg commented 5 years ago

Perhaps it's time to merge this? :|