CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/12/06 02:20:06
Modified files: usr.sbin/vmd : dhcp.c loadfile.h loadfile_elf.c virtio.c virtio.h vm.c vmd.h Log message: Make it possible to define the bootdevice in vmd. This information is used currently only when booting a OpenBSD kernel. If VMBOOTDEV_NET is used the internal dhcp server will pass "auto_install" as boot file to the client and the boot loader passes the MAC of the first interface to the kernel to indicate PXE booting. Adding boot order support to SeaBIOS is not yet implemented. Ok ccardenas@