提交 2a14b244 编写于 作者: D Daniel De Graaf 提交者: Konrad Rzeszutek Wilk

xen/netback: Enable netback on HVM guests

Acked-by: NIan Campbell <ian.campbell@citrix.com>
Acked-by: NDavid S. Miller <davem@davemloft.net>
Signed-off-by: NDaniel De Graaf <dgdegra@tycho.nsa.gov>
Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
上级 7d17e84b
...@@ -1638,7 +1638,7 @@ static int __init netback_init(void) ...@@ -1638,7 +1638,7 @@ static int __init netback_init(void)
int rc = 0; int rc = 0;
int group; int group;
if (!xen_pv_domain()) if (!xen_domain())
return -ENODEV; return -ENODEV;
xen_netbk_group_nr = num_online_cpus(); xen_netbk_group_nr = num_online_cpus();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册