Module Name: src Committed By: bouyer Date: Fri Dec 6 10:53:42 UTC 2024
Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: x86_autoconf.c x86_machdep.c src/sys/arch/xen/xen: hypervisor.c Log Message: Introduce vm_guest_is_pvh() and use it in place of (vm_guest == VM_GUEST_XENPVH || vm_guest == VM_GUEST_GENPVH) To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/acpi/acpi_machdep.c cvs rdiff -u -r1.137 -r1.138 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.88 -r1.89 src/sys/arch/x86/x86/x86_autoconf.c cvs rdiff -u -r1.155 -r1.156 src/sys/arch/x86/x86/x86_machdep.c cvs rdiff -u -r1.97 -r1.98 src/sys/arch/xen/xen/hypervisor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.