sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
xen: switch to use headers in contribThese headers originate with the Xen project and shouldn't be mixed withthe main portion of the FreeBSD kernel. Notably they shouldn't be thetarget of clean-u
xen: switch to use headers in contribThese headers originate with the Xen project and shouldn't be mixed withthe main portion of the FreeBSD kernel. Notably they shouldn't be thetarget of clean-up commits.Switch to use the headers in sys/contrib/xen.Reviewed by: royger
show more ...
xen/efi: introduce a PV interface for EFI run time services for dom0FreeBSD when running as a dom0 under Xen is not supposed to access therun time services directly, and instead should proxy the c
xen/efi: introduce a PV interface for EFI run time services for dom0FreeBSD when running as a dom0 under Xen is not supposed to access therun time services directly, and instead should proxy the calls throughXen using an hypercall interface that exposes access to selected runtime services.Implement the efirt interface on top of the Xen provided hypercalls.Sponsored by: Citrix Systems R&DReviewed by: kibDifferential revision: https://reviews.freebsd.org/D28621