提交 2b6398fc 编写于 作者: S Scott Wood 提交者: Gleb Natapov

kvm/ppc/booke64: Disable e6500 support

The previous patch made 64-bit booke KVM build again, but Altivec
support is still not complete, and we can't prevent the guest from
turning on Altivec (which can corrupt host state until state
save/restore is implemented).  Disable e6500 on KVM until this is
fixed.
Signed-off-by: NScott Wood <scottwood@freescale.com>
Signed-off-by: NGleb Natapov <gleb@redhat.com>
上级 4edd1ae9
...@@ -177,8 +177,6 @@ int kvmppc_core_check_processor_compat(void) ...@@ -177,8 +177,6 @@ int kvmppc_core_check_processor_compat(void)
r = 0; r = 0;
else if (strcmp(cur_cpu_spec->cpu_name, "e5500") == 0) else if (strcmp(cur_cpu_spec->cpu_name, "e5500") == 0)
r = 0; r = 0;
else if (strcmp(cur_cpu_spec->cpu_name, "e6500") == 0)
r = 0;
else else
r = -ENOTSUPP; r = -ENOTSUPP;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册