Re: [PATCH v3 4/4] mshv: Handle insufficient root memory hypervisor statuses
From: Wei Liu
Date: Thu Feb 19 2026 - 01:45:06 EST
On Fri, Feb 06, 2026 at 05:56:41AM +0000, Anirudh Rayabharam wrote:
> On Thu, Feb 05, 2026 at 06:42:27PM +0000, Stanislav Kinsburskii wrote:
> > When creating guest partition objects, the hypervisor may fail to
> > allocate root partition pages and return an insufficient memory status.
> > In this case, deposit memory using the root partition ID instead.
> >
> > Note: This error should never occur in a guest of L1VH partition context.
>
> I think you should rephrse this to:
>
> "... should never occur in an L1VH partition"
>
> because none of the errors in this patch series occur inside a guest. They
> either occur in L1VH or root or both.
I have dropped this note from the commit message. If anything, this
should be in the code so that it can be kept up to date.
Wei