Home
last modified time | relevance | path

Searched hist:cfa0b7b82fbdda56d7160569def5c6133eb045aa (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/xen/xenstore/
H A Dxenstored_dev.cdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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
H A Dxenstore.cdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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
/freebsd/sys/dev/xen/console/
H A Dxen_console.cdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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
/freebsd/sys/xen/xenstore/
H A Dxenstorevar.hdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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
/freebsd/sys/xen/
H A Dxen-os.hdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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
/freebsd/sys/dev/xen/balloon/
H A Dballoon.cdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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
/freebsd/sys/x86/xen/
H A Dpv.cdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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
H A Dhvm.cdiff cfa0b7b82fbdda56d7160569def5c6133eb045aa Thu Jul 19 09:54:45 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> 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