CVSROOT: /cvs Module name: src Changes by: p...@cvs.openbsd.org 2017/08/20 15:15:32
Modified files: sys/arch/amd64/amd64: vmm.c sys/arch/amd64/include: vmmvar.h usr.sbin/vmd : vm.c vmd.c vmd.h Log message: vmd: Allow only upward migration This restricts receiving vms from hosts with more cpu features. Tested on broadwell -> skylake (works) skylake -> broadwell (don't work) ok mlarkin@