On Thu, Feb 27, 2025 at 02:29:51PM -0600, Bjorn Helgaas wrote: > On Wed, Feb 26, 2025 at 12:06:11PM -0800, mhkelle...@gmail.com wrote: > > From: Michael Kelley <mhkli...@outlook.com> > > > > Update hypercall call sites to use the new hv_hvcall_*() functions > > to set up hypercall arguments. Since these functions zero the > > fixed portion of input memory, remove now redundant calls to memset(). > > > > Signed-off-by: Michael Kelley <mhkli...@outlook.com> > > Acked-by: Bjorn Helgaas <bhelg...@google.com> > > Since most of this series touches arch/x86/hyperv/ and drivers/hv/, I > assume this will be merged via some non-PCI tree.
Yes, I will pick this up after the whole series is reviewed and acked. Thanks, Wei.