| History log of /src/sys/arch/i386/conf/MICROVM |
| Revision | | Date | Author | Comments |
| 1.4 |
| 23-Aug-2025 |
imil | 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.
|
| 1.3 |
| 28-Mar-2025 |
imil | branches: 1.3.2; 1.3.4; x86: consolidate MICROVM kernel configurations
Move common configuration options from amd64/conf/MICROVM and i386/conf/MICROVM into a shared x86/conf/MICROVM.common file.
|
| 1.2 |
| 27-Mar-2025 |
riastradh | virtio(4): Consolidate kernel configs.
No functional change intended.
Leave `# XXX ?' comments where I don't know why the driver in question is excluded. (Typical reason is that PAGE_SIZE is not 4096 but I didn't investigate -- if you do investigate, please either update the comment if you determine a reason, or enable the driver if you don't.)
PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs
|
| 1.1 |
| 18-Feb-2025 |
imil | Add support for non-Xen PVH guests to i386, PR kern/57813 Tested on QEMU by me, Xen PV & PVH by bouyer@.
|
| 1.3.4.2 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|
| 1.3.4.1 |
| 28-Mar-2025 |
perseant | file MICROVM was added on branch perseant-exfatfs on 2025-08-02 05:55:43 +0000
|
| 1.3.2.1 |
| 25-Aug-2025 |
martin | 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.
|