On Fri, Nov 30, 2018 at 11:28 AM Krish Sadhukhan <krish.sadhukhan@xxxxxxxxxx> wrote: > > .. as they are used only in nested context. > > Signed-off-by: Krish Sadhukhan <krish.sadhukhan@xxxxxxxxxx> > Reviewed-by: Liran Alon <liran.alon@xxxxxxxxxx> > Reviewed-by: Mihai Carabas <mihai.carabas@xxxxxxxxxx> > Reviewed-by: Mark Kanda <mark.kanda@xxxxxxxxxx> I'm not sure what you mean by "nested context." That sounds to me like "while running L2." However, these functions are only used while running L1. There are many, many functions that fall into the category of "L1 execution related to VMX emulation" that don't have a "nested" prefix (e.g. the entire prepare_vmcs02* family). I don't think this additional prefix actually helps to clarify anything.