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

Commit bcc57df2 authored by Boris Ostrovsky's avatar Boris Ostrovsky
Browse files

xen/pvh: PVH guests always have PV devices

parent 8613d78a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,8 +73,8 @@ bool xen_has_pv_devices(void)
	if (!xen_domain())
		return false;

	/* PV domains always have them. */
	if (xen_pv_domain())
	/* PV and PVH domains always have them. */
	if (xen_pv_domain() || xen_pvh_domain())
		return true;

	/* And user has xen_platform_pci=0 set in guest config as