Re: [PATCH V0 1/3] PCI: hv: Export hv_build_devid_type_pci() and change return type

From: Easwar Hariharan

Date: Tue Sep 22 2026 - 13:51:29 EST


On 9/21/2026 15:50, Mukesh R wrote:
> On Hyper-V, most hypercalls related to device domain management like
> attach device to a device domain, or to map/unmap regions, interrupts,
> etc need a device ID as a parameter. So, make hv_build_devid_type_pci()
> public and change return type to u64 to enforce it's size.

Nit: it's -> its

>
> Signed-off-by: Mukesh R <mrathor@xxxxxxxxxxxxxxxxxxx>
> Reviewed-by: Souradeep Chakrabarti <schakrabarti@xxxxxxxxxxxxxxxxxxx>
> ---
> arch/x86/hyperv/irqdomain.c | 9 +++++----
> arch/x86/include/asm/mshyperv.h | 6 ++++++
> 2 files changed, 11 insertions(+), 4 deletions(-)
>
No other feedback than the Sashiko review, so assuming that's fixed:

Reviewed-by: Easwar Hariharan <easwar.hariharan@xxxxxxxxxxxxxxxxxxx>