Module Name: src Committed By: bouyer Date: Sat May 2 17:11:25 UTC 2020
Modified Files: src/doc: CHANGES Log Message: Note Xen PVH support To generate a diff of this commit: cvs rdiff -u -r1.2682 -r1.2683 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.2682 src/doc/CHANGES:1.2683 --- src/doc/CHANGES:1.2682 Mon Apr 27 18:08:25 2020 +++ src/doc/CHANGES Sat May 2 17:11:25 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2682 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2683 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -186,3 +186,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: tzdata updated to 2020a [kre 20200425] amd64, i386: Added support for Xen PV drivers under HVM guests. [bouyer 20200425] + xen: Added support for Xen PVH. [bouyer 20200502]