Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: bouyer
Date: Fri Mar 24 12:28:42 UTC 2023
Modified Files:
src/sys/arch/x86/x86: consinit.c
src/sys/arch/xen/include: xen.h
src/sys/arch/xen/x86: pvh_consinit.c
Log Message:
Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 if
it handles the console and 0 otherwise (especially when console=tty0 or
console=pc is present on the command line).
In consinit() fallback to native console selection if xen_pvh_consinit()
returns 0.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x86/x86/consinit.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/xen/include/xen.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/xen/x86/pvh_consinit.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