freebsd-dev/sys/x86/xen
Elliott Mitchell 6d765bff6f xen: move common variables off of sys/x86/xen/hvm.c
The xen_domain_type and HYPERVISOR_shared_info variables are shared by
all Xen architectures, so they should be in common rather than
reimplemented by each architecture.

hvm_start_flags is used by xen_initial_domain() and so needs to be in
common.

Reviewed by: royger
Differential Revision: https://reviews.freebsd.org/D28982
2023-04-14 15:59:11 +02:00
..
hvm.c xen: move common variables off of sys/x86/xen/hvm.c 2023-04-14 15:59:11 +02:00
pv.c xen: take struct size into account for video information 2023-03-14 09:59:08 +01:00
xen_apic.c xen: switch to use headers in contrib 2022-02-07 10:11:56 +01:00
xen_arch_intr.c xen/intr: move interrupt allocation/release to architecture 2023-04-14 15:58:56 +02:00