Messages in this thread | ![/](/https://lkml.org/images/icornerl.gif) | Date | Thu, 6 Feb 2025 07:33:16 -0800 | Subject | Re: [PATCH v2 04/31] KVM: x86: Switch to use hrtimer_setup() | From | Sean Christopherson <> |
| |
On Wed, Feb 05, 2025, Nam Cao wrote: > hrtimer_setup() takes the callback function pointer as argument and > initializes the timer completely. > > Replace hrtimer_init() and the open coded initialization of > hrtimer::function with the new setup mechanism. > > Patch was created by using Coccinelle. > > Signed-off-by: Nam Cao <namcao@linutronix.de> > Cc: Sean Christopherson <seanjc@google.com> > ---
Acked-by: Sean Christopherson <seanjc@google.com>
| ![\](/https://lkml.org/images/icornerr.gif) |