On 06/06/19 21:19, Krish Sadhukhan wrote: > > The big chunk of the work in this function is done via > prepare_vmcs02_constant_state(). It seems cleaner to get rid of > prepare_vmcs02_early_full(), call prepare_vmcs02_constant_state() > directly from prepare_vmcs02_early() and move the three vmcs_write16() > calls to prepare_vmcs02_early(). > This is just a mechanical search and replace, you can send a patch on top to inline it in the caller. Paolo