Source-Changes archive

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

CVS commit: [netbsd-11] src/sys/arch



Module Name:    src
Committed By:   martin
Date:           Mon Aug 25 16:04:05 UTC 2025

Modified Files:
        src/sys/arch/amd64/conf [netbsd-11]: MICROVM
        src/sys/arch/i386/conf [netbsd-11]: MICROVM

Log Message:
Pull up following revision(s) (requested by imil in ticket #14):

        sys/arch/amd64/conf/MICROVM: revision 1.4
        sys/arch/i386/conf/MICROVM: revision 1.4

Add `+invtsc` to the QEMU command line example, this enables the
invariant TSC feature, allowing the kernel to use CPUID 0x40000010 to
read TSC and LAPIC frequencies from the host, thus avoiding the need
for frequency calculation and gaining over 200ms in boot speed.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/arch/amd64/conf/MICROVM
cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/arch/i386/conf/MICROVM

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