All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] db/leaf_8000000a: Add Page modification logging
@ 2025-08-11 12:52 Nikunj A Dadhania
  2025-08-15  7:15 ` Ahmed S. Darwish
  0 siblings, 1 reply; 4+ messages in thread
From: Nikunj A Dadhania @ 2025-08-11 12:52 UTC (permalink / raw)
  To: x86-cpuid, bp; +Cc: nikunj, thomas.lendacky, santosh.shukla

Page modification logging(PML) is hardware feature designed to track
guest modified memory pages. PML enables the hypervisor to identify
which pages in a guest's memory have been changed since the last
checkpoint or during live migration.

Signed-off-by: Nikunj A Dadhania <nikunj@amd.com>
---
 db/xml/leaf_8000000a.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/db/xml/leaf_8000000a.xml b/db/xml/leaf_8000000a.xml
index 7f73318..433c4b1 100644
--- a/db/xml/leaf_8000000a.xml
+++ b/db/xml/leaf_8000000a.xml
@@ -14,6 +14,11 @@
     <ebx>
       <bit0  len="32" id="svm_nasid"               desc="Number of address space identifiers (ASID)" />
     </ebx>
+    <ecx>
+      <bit4  len="1"  id="pml"                     desc="Page modification logging (PML)">
+        <linux        feature="true"               proc="false" />
+      </bit4>
+    </ecx>
     <edx>
       <desc>SVM feature flags</desc>
       <bit0  len="1"  id="nested_pt"               desc="Nested paging">
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-18  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 12:52 [PATCH] db/leaf_8000000a: Add Page modification logging Nikunj A Dadhania
2025-08-15  7:15 ` Ahmed S. Darwish
2025-08-18  4:31   ` Nikunj A. Dadhania
2025-08-18  9:15     ` Ahmed S. Darwish

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.