Re: [PATCH v3] Drivers: hv: ioctl for self targeted passthrough hvcalls

From: Anirudh Rayabharam

Date: Thu Nov 20 2025 - 01:13:50 EST


On Wed, Nov 19, 2025 at 09:34:37PM +0000, Wei Liu wrote:
> On Wed, Nov 19, 2025 at 05:17:08PM +0000, Anirudh Rayabharam wrote:
> [...]
> > +static inline bool mshv_passthru_hvcall_allowed(u16 code, u64 pt_id)
>
> There is no need to add inline here. The compiler can decide itself.
>
> I can drop this when committing.

Okay, sure! That works.

Anirudh

>
> Wei