diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index d6c06d8..c5df3bc 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -38,6 +38,10 @@ std::vector cpu_whitelist = { "N2840", // Intel Pentium T4500 "T4500", + // Intel Core i7 Q720 + "Q 720", + // Intel Xeon E5520 + "E5520" }; } // namespace