提交 3b2e021a 编写于 作者: L Li Zhang 提交者: Eric Blake

Set std VGA model as default model for ppc64.

Cirrus VGA model is not supported on ppc64 currently.
It needs to set std VGA model as the default model.
Signed-off-by: NLi Zhang <zhlcindy@linux.vnet.ibm.com>
上级 99c55456
......@@ -7284,6 +7284,8 @@ virDomainVideoDefaultType(virDomainDefPtr def)
(STREQ(def->os.type, "xen") ||
STREQ(def->os.type, "linux")))
return VIR_DOMAIN_VIDEO_TYPE_XEN;
else if (def->os.arch == VIR_ARCH_PPC64)
return VIR_DOMAIN_VIDEO_TYPE_VGA;
else
return VIR_DOMAIN_VIDEO_TYPE_CIRRUS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册