Module Name: src
Committed By: jdolecek
Date: Tue Jun 19 19:53:42 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
note the Xen AVX fix
To generate a diff of this commit:
cvs rdiff -u -r1.2399 -r1.2400 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.2399 src/doc/CHANGES:1.2400
--- src/doc/CHANGES:1.2399 Sat Jun 16 00:19:42 2018
+++ src/doc/CHANGES Tue Jun 19 19:53:42 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2399 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2400 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -164,3 +164,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606]
arm: Add support for QEMU ARM Virtual Machine ("virt"). [jmcneill 20180614]
arm: Add support for Rockchip RK3328 SoC. [jmcneill 20180615]
+ xen: Enabled AVX support on hardware with proper XSAVE support,
+ PR kern/50332. [jdolecek 20180619]