Re: [PATCH v3 1/2] x86: Rename _rsvd field to pw and move it to the bit 58

2025-01-07 Thread Jan Beulich
On 02.01.2025 18:13, Petr Beneš wrote: > From: Petr Beneš > > The EPT Paging-write feature (when enabled by the > TERTIARY_EXEC_EPT_PAGING_WRITE bit) uses bit 58 of the EPT entry to indicate > that guest paging may update the page, even if the W access is not set. > > This patch is a preparati

[PATCH v3 1/2] x86: Rename _rsvd field to pw and move it to the bit 58

2025-01-02 Thread Petr Beneš
From: Petr Beneš The EPT Paging-write feature (when enabled by the TERTIARY_EXEC_EPT_PAGING_WRITE bit) uses bit 58 of the EPT entry to indicate that guest paging may update the page, even if the W access is not set. This patch is a preparation for the EPT Paging-write feature. Signed-off-by: