CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/17 16:20:06
Modified files:
sys/arch/amd64/amd64: vmm_machdep.c
sys/arch/amd64/include: vmmvar.h
usr.sbin/vmd : Makefile acpi.c fw_cfg.c fw_cfg.h i8253.c
ns8250.c ns8250.h virtio.c vm.c x86_vm.c
Added files:
usr.sbin/vmd : i82093aa.c i82093aa.h lapic.c lapic.h
Log message:
ioapic and lapic code for vmm/vmd
Add i82093aa ioapic and i82489dx-compatible lapic emulation to vmd.
Also wire up the fw loading for acpi tables to support the same in
seabios via fw_cfg.
Also fix errors with the PIT and ns8250 uart emulation discovered when
they are wired to the ioapic
ok dv