On 22/08/2018 17:29, Konrad Rzeszutek Wilk wrote: >> + [VMENTER_L1D_FLUSH_AUTO] = {"auto", true}, >> + [VMENTER_L1D_FLUSH_NEVER] = {"never", true}, >> + [VMENTER_L1D_FLUSH_COND] = {"cond", true}, >> + [VMENTER_L1D_FLUSH_ALWAYS] = {"always", true}, >> + [VMENTER_L1D_FLUSH_EPT_DISABLED] = {"EPT disabled", false}, >> + [VMENTER_L1D_FLUSH_NOT_REQUIRED] = {"not required", false}, > Ingo likes these to have tabs. Any chance you could do: > > [VMENTER_L1D_FLUSH_NOT_REQUIRED] = {"not required", false}, > > or so? > Hmm, too late... Sorry about that. Paolo