On Wed, Jul 20, 2022, Oliver Upton wrote: > From: Oliver Upton <oupton@xxxxxxxxxx> > > Initialize stats_id alongside other kvm_vcpu fields to futureproof > against possible initialization order mistakes in KVM. Nit, I dislike the handwaving, it doesn't take much effort to explain exactly what this guards against. Initialize stats_id alongside other kvm_vcpu fields to make it more difficult to unintentionally access stats_id before it's set. > No functional change intended. > > Signed-off-by: Oliver Upton <oupton@xxxxxxxxxx> > --- Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>