On Tue, Jul 13, 2021 at 9:35 AM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > Drop redundant clears of vcpu->arch.hflags in init_vmcb() now that > init_vmcb() is invoked only through kvm_vcpu_reset(), which always clears > hflags. And of course, the second clearing in init_vmcb() was always > redundant. > > Suggested-by: Reiji Watanabe <reijiw@xxxxxxxxxx> > Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> Reviewed-by: Reiji Watanabe <reijiw@xxxxxxxxxx> Thank you for removing the redundant code. Regards, Reiji