K 10 svn:author V 3 jhb K 8 svn:date V 27 2018-10-15T18:12:25.611112Z K 7 svn:log V 406 Reload the LDT selector after an AMD-v #VMEXIT. cpu_switch() always reloads the LDT, so this can only affect the hypervisor process itself. Fix this by explicitly reloading the host LDT selector after each #VMEXIT. The stock bhyve process on FreeBSD never uses a custom LDT, so this change is cosmetic. Reviewed by: kib Tested by: Mike Tancsa Approved by: re (gjb) MFC after: 2 weeks END