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

Commit cff520b9 authored by Stefano Stabellini's avatar Stefano Stabellini
Browse files

xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"

parent 702d4eb9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1284,8 +1284,7 @@ static int init_hvm_pv_info(int *major, int *minor)

	xen_setup_features();

	pv_info = xen_info;
	pv_info.kernel_rpl = 0;
	pv_info.name = "Xen HVM";

	xen_domain_type = XEN_HVM_DOMAIN;