NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57813 CVS commit: [netbsd-10] src/sys/arch



The following reply was made to PR kern/57813; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57813 CVS commit: [netbsd-10] src/sys/arch
Date: Sat, 29 Mar 2025 10:32:44 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Mar 29 10:32:44 UTC 2025
 
 Modified Files:
 	src/sys/arch/amd64/amd64 [netbsd-10]: genassym.cf locore.S machdep.c
 	src/sys/arch/x86/acpi [netbsd-10]: acpi_machdep.c
 	src/sys/arch/x86/include [netbsd-10]: cpu.h
 	src/sys/arch/x86/x86 [netbsd-10]: consinit.c identcpu.c x86_autoconf.c
 	    x86_machdep.c
 	src/sys/arch/xen/xen [netbsd-10]: hypervisor.c
 
 Log Message:
 Pull up following revision(s) (requested by imil in ticket #1074):
 
 	sys/arch/x86/x86/x86_machdep.c: revision 1.155
 	sys/arch/x86/include/cpu.h: revision 1.137
 	sys/arch/x86/x86/x86_machdep.c: revision 1.156
 	sys/arch/x86/include/cpu.h: revision 1.138
 	sys/arch/x86/x86/consinit.c: revision 1.40
 	sys/arch/x86/acpi/acpi_machdep.c: revision 1.37
 	sys/arch/x86/acpi/acpi_machdep.c: revision 1.38
 	sys/arch/amd64/amd64/machdep.c: revision 1.370
 	sys/arch/xen/xen/hypervisor.c: revision 1.97
 	sys/arch/xen/xen/hypervisor.c: revision 1.98
 	sys/arch/amd64/amd64/genassym.cf: revision 1.98
 	sys/arch/x86/x86/x86_autoconf.c: revision 1.88
 	sys/arch/x86/x86/x86_autoconf.c: revision 1.89
 	sys/arch/amd64/amd64/locore.S: revision 1.226
 	sys/arch/amd64/amd64/locore.S: revision 1.227
 	sys/arch/x86/x86/identcpu.c: revision 1.131
 
 Add support for non-Xen PVH guests to amd64. Patch from
 Emile 'iMil' Heitor in PR kern/57813, with some cosmetic tweaks by me.
 Tested on bare metal, Xen PV and Xen PVH by me.
 
 Get one more change from PR kern/57813, needed for non-Xen PVH.
 
 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.89 -r1.89.4.1 src/sys/arch/amd64/amd64/genassym.cf
 cvs rdiff -u -r1.214.4.2 -r1.214.4.3 src/sys/arch/amd64/amd64/locore.S
 cvs rdiff -u -r1.366 -r1.366.2.1 src/sys/arch/amd64/amd64/machdep.c
 cvs rdiff -u -r1.34.2.1 -r1.34.2.2 src/sys/arch/x86/acpi/acpi_machdep.c
 cvs rdiff -u -r1.133.4.1 -r1.133.4.2 src/sys/arch/x86/include/cpu.h
 cvs rdiff -u -r1.35.4.2 -r1.35.4.3 src/sys/arch/x86/x86/consinit.c
 cvs rdiff -u -r1.123.4.2 -r1.123.4.3 src/sys/arch/x86/x86/identcpu.c
 cvs rdiff -u -r1.87 -r1.87.4.1 src/sys/arch/x86/x86/x86_autoconf.c
 cvs rdiff -u -r1.152.4.1 -r1.152.4.2 src/sys/arch/x86/x86/x86_machdep.c
 cvs rdiff -u -r1.96 -r1.96.4.1 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.
 


Home | Main Index | Thread Index | Old Index