mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
xen: create a Xen nexus to use in PV/PVH
Introduce a Xen specific nexus that is going to be used by Xen PV/PVH guests. Sponsored by: Citrix Systems R&D Approved by: gibbs x86/xen/xen_nexus.c: - Introduce a Nexus to use on Xen PV(H) guests, this prevents PV(H) guests from using the legacy Nexus. conf/files.amd64: conf/files.i386: - Add the xen nexus to the build.
This commit is contained in:
parent
34ec15da90
commit
e048c70674
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267530
@ -559,3 +559,4 @@ x86/xen/pv.c optional xenhvm
|
||||
x86/xen/pvcpu_enum.c optional xenhvm
|
||||
x86/xen/xen_apic.c optional xenhvm
|
||||
x86/xen/xenpv.c optional xenhvm
|
||||
x86/xen/xen_nexus.c optional xenhvm
|
||||
|
@ -596,3 +596,4 @@ x86/xen/hvm.c optional xenhvm
|
||||
x86/xen/xen_intr.c optional xen | xenhvm
|
||||
x86/xen/xen_apic.c optional xenhvm
|
||||
x86/xen/xenpv.c optional xen | xenhvm
|
||||
x86/xen/xen_nexus.c optional xen | xenhvm
|
||||
|
Loading…
Reference in New Issue
Block a user