Re: [PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
From: Wei Liu
Date: Mon Aug 25 2025 - 17:39:56 EST
On Tue, Apr 15, 2025 at 11:07:21AM -0700, mhkelley58@xxxxxxxxx wrote:
[...]
>
> This patch set is built against linux-next20250411.
>
> [1] https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/tlfs/tlfs
>
> Michael Kelley (7):
> Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
> x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1
> x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 2
> Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
> PCI: hv: Use hv_hvcall_*() to set up hypercall arguments
> Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments for mshv
> code
> Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg
I applied this series before but then there is a new discussion ongoing,
so I've dropped it from my tree for now until the discussion settles.
Wei