Module Name: src
Committed By: bouyer
Date: Sun May 29 17:06:17 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/xen/include: xen.h
src/sys/arch/xen/x86: x86_xpmap.c
src/sys/arch/xen/xen: hypervisor.c xen_machdep.c
Log Message:
Switch to elf notes for amd64 instead of the old key=value list to describe the
guest requirements and support.
Add infrastructure to query the hypervisor about features support.
For verbose boot, print the features suppoted by the hypervisor for this
guest.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/xen/include/xen.h
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/xen/x86/x86_xpmap.c
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/xen/xen/hypervisor.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/xen/xen/xen_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.