Re: [PATCH 3/3] mshv: Add debugfs to view hypervisor statistics
From: Stanislav Kinsburskii
Date: Wed Dec 03 2025 - 14:21:11 EST
On Wed, Dec 03, 2025 at 09:53:25AM -0800, Nuno Das Neves wrote:
> Introduce a debugfs interface to expose root and child partition stats
> when running with mshv_root.
>
<snip>
> +static void mshv_debugfs_parent_partition_remove(void)
nit: it makes sense to add __exit to this method.
<snip>
> +
> +void mshv_debugfs_exit(void)
Ditto.
Reviewed-by: Stanislav Kinsburskii <skinsburskii@xxxxxxxxxxxxxxxxxxx>
Thanks,
Stanislav