Module Name: src
Committed By: bouyer
Date: Mon Dec 2 13:52:20 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
Note non-Xen PVH guests support
To generate a diff of this commit:
cvs rdiff -u -r1.3115 -r1.3116 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.3115 src/doc/CHANGES:1.3116
--- src/doc/CHANGES:1.3115 Tue Nov 19 15:27:39 2024
+++ src/doc/CHANGES Mon Dec 2 13:52:20 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3115 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3116 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -601,3 +601,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
lint(1): Handle _Noreturn attributes. [rillig 20241113]
hppa: Initial summitfb driver for Visualize FX video cards.
[macallan 20241119]
+ amd64: add support for non-Xen PVH guests. [bouyer 20241202]