]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow caller to skip 'guest linear address' validation when doing instruction
authorneel <neel@FreeBSD.org>
Thu, 28 Mar 2013 21:26:19 +0000 (21:26 +0000)
committerneel <neel@FreeBSD.org>
Thu, 28 Mar 2013 21:26:19 +0000 (21:26 +0000)
commit29b9bf0372f0e21c26723e7ad338ef3395022924
treeafb2ba58313bcb030230a5dedb3fdf50556bd25a
parent82d58114889a20fcd15b9f51da2e60600642ed77
Allow caller to skip 'guest linear address' validation when doing instruction
decode. This is to accomodate hardware assist implementations that do not
provide the 'guest linear address' as part of nested page fault collateral.

Submitted by: Anish Gupta (akgupt3 at gmail dot com)
sys/amd64/include/vmm_instruction_emul.h
sys/amd64/vmm/vmm_instruction_emul.c