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 <[email protected]> > Reviewed-by: Souradeep Chakrabarti <[email protected]> > --- > 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 <[email protected]>

