Roger Pau Monné cfa0b7b82f xen: remove direct usage of HYPERVISOR_start_info
HYPERVISOR_start_info is only available to PV and PVHv1 guests, HVM
and PVHv2 guests get this data from HVM parameters that are fetched
using a hypercall.

Instead provide a set of helper functions that should be used to fetch
this data. The helper functions have different implementations
depending on whether FreeBSD is running as PVHv1 or HVM/PVHv2 guest
type.

This helps to cleanup generic Xen code by removing quite a lot of
xen_pv_domain and xen_hvm_domain macro usages.

Sponsored by:	Citrix Systems R&D
2018-07-19 07:54:45 +00:00
..
2018-07-19 07:39:35 +00:00
2018-07-18 17:58:17 +00:00
2018-07-10 14:04:52 +00:00
2018-07-18 04:44:11 +00:00
2018-06-14 07:12:10 +00:00
2018-07-17 23:23:45 +00:00
2018-07-14 10:14:59 +00:00
2018-07-15 00:31:17 +00:00
2018-03-24 21:30:24 +00:00