CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/12/10 14:13:59
Modified files: sys/arch/amd64/amd64: vmm.c Log message: Start passing the IO ports 0x510, 0x511, 0x514, and 0x518 to vmd(8). These IO ports are used by qemu's fw_cfg interface and vmd(8) will start using it to pass options to SeaBIOS. OK mlarkin@