From: Zhang Rui Date: Fri, 6 Sep 2019 15:05:39 +0000 (+0200) Subject: x86/mwait-idle: add support for Jacobsville X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=757a011adffecdd8bc826db695700e5f7b21847c;p=people%2Fiwj%2Fxen.git x86/mwait-idle: add support for Jacobsville Jacobsville uses the same C-states as Denverton. Signed-off-by: Zhang Rui [Linux commit 04b1d5d098491244f506c4265cc95b87210eef2f] Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- diff --git a/xen/arch/x86/cpu/mwait-idle.c b/xen/arch/x86/cpu/mwait-idle.c index 6bdb2286cb..52413e6da1 100644 --- a/xen/arch/x86/cpu/mwait-idle.c +++ b/xen/arch/x86/cpu/mwait-idle.c @@ -962,6 +962,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconstrel = { ICPU(0x5c, bxt), ICPU(0x7a, bxt), ICPU(0x5f, dnv), + ICPU(0x86, dnv), {} };