Searched hist:cfa0b7b82fbdda56d7160569def5c6133eb045aa (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstored_dev.c | diff 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 D | xenstore.c | diff 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 D | xen_console.c | diff 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 D | xenstorevar.h | diff 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 D | xen-os.h | diff 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 D | balloon.c | diff 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 D | pv.c | diff 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 D | hvm.c | diff 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
|