On Tue, Apr 21, 2026 at 07:32:30PM -0700, Mukesh R wrote: > Many PCI passthru related hypercalls require partition id of the target > guest. Guests are actually managed by MSHV driver and the partition id > is only maintained there. Add a field in the partition struct in MSHV > driver to save the tgid of the VMM process creating the partition, > and add a function there to retrieve partition id if current process > is a VMM process. > > Signed-off-by: Mukesh R <[email protected]> > --- > drivers/hv/mshv_root.h | 1 + > drivers/hv/mshv_root_main.c | 22 ++++++++++++++++++++++ > include/asm-generic/mshyperv.h | 5 +++++ > 3 files changed, 28 insertions(+)
Reviewed-by: Anirudh Rayabharam (Microsoft) <[email protected]>

