aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-15 21:23:37 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-15 21:23:37 +0000
commite606b5e41c06a75c5a7953b02c9c8abebd7b45e4 (patch)
treeac38f9fd507695096a2c218feda8850751b8fc7c /docs/ChangeLog
parent1d0474e5beff164fab74ed17d8ab0be55a6320be (diff)
downloadxen-e606b5e41c06a75c5a7953b02c9c8abebd7b45e4.tar.gz
xen-e606b5e41c06a75c5a7953b02c9c8abebd7b45e4.tar.bz2
xen-e606b5e41c06a75c5a7953b02c9c8abebd7b45e4.zip
x86: Document the new MMU_PT_UPDATE_PRESERVE_AD hypercall.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index ec7cc9cb7e..1934e8ba03 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -13,6 +13,16 @@ Add a ChangeLog file indicating changes to the API/ABI, as discussed
here:
http://lists.xensource.com/archives/html/xen-devel/2008-01/msg00010.html
+Xen 3.3 release
+---------------
+
+16718: MMU_PT_UPDATE_PRESERVE_AD
+http://xenbits.xensource.com/xen-unstable.hg?rev/fba4e7357744
+
+A subcommand of the x86-only mmu_update() hypercall to allow batched
+updates of pagetable entries, while atomically preserving the current
+status of accessed and dirty bits in each entry.
+
Xen 3.2 release
---------------