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