Module Name: src
Committed By: bouyer
Date: Thu Sep 1 12:36:14 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
xen: Add experimental support for PVH dom0.
To generate a diff of this commit:
cvs rdiff -u -r1.2903 -r1.2904 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2903 src/doc/CHANGES:1.2904
--- src/doc/CHANGES:1.2903 Tue Aug 30 08:17:15 2022
+++ src/doc/CHANGES Thu Sep 1 12:36:14 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2903 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2904 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -664,3 +664,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
evbarm: Add initial support for the Rockchip RK3588 SoC.
[ryo 20220823]
acpi(4): Updated ACPICA to 20220331. [christos 20220827]
+ xen: Add experimental support for PVH dom0. [bouyer 20220901]