Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a14b244 authored by Daniel De Graaf's avatar Daniel De Graaf Committed by Konrad Rzeszutek Wilk
Browse files

xen/netback: Enable netback on HVM guests

parent 7d17e84b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();