Re: [PATCH v9 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
Dave Hansen <[email protected]>
| Newsgroups | dev.linux.lists.linux-coco,org.kernel.vger.kvm,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/5/26 19:08, Rick Edgecombe wrote: > Begin to implement Dynamic PAMT in the kernel by reading the bits-per-page > needed for Dynamic PAMT. Calculate the size needed for the bitmap, > and use it instead of the 4KB size determined for normal PAMT, in the case > of Dynamic PAMT. Reviewed-by: Dave Hansen <[email protected]>