Re: [PATCH v4 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages
From: Edgecombe, Rick P
Date: Tue Jan 20 2026 - 19:59:07 EST
On Tue, 2026-01-20 at 16:52 -0800, Sean Christopherson wrote:
> The caller passed in number of pages to be added as @cnt, don't hardcode what
> could be conflicting information. If the caller wants to add 50 pages, then this
> code damn well needs to prepare for adding 50 pages, not 5.
Doh, yes totally.