Skip to content

Commit

Permalink
xen/netback: Enable netback on HVM guests
Browse files Browse the repository at this point in the history
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Daniel De Graaf authored and Konrad Rzeszutek Wilk committed Dec 20, 2011
1 parent 7d17e84 commit 2a14b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/xen-netback/netback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ static int __init netback_init(void)
int rc = 0;
int group;

if (!xen_pv_domain())
if (!xen_domain())
return -ENODEV;

xen_netbk_group_nr = num_online_cpus();
Expand Down

0 comments on commit 2a14b24

Please sign in to comment.