Module Name: src
Committed By: jdolecek
Date: Tue Jun 19 19:57:45 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
actually Xen XSAVE support itself is bigger deal than the AVX alone, so mention
that more prominently
To generate a diff of this commit:
cvs rdiff -u -r1.2400 -r1.2401 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.2400 src/doc/CHANGES:1.2401
--- src/doc/CHANGES:1.2400 Tue Jun 19 19:53:42 2018
+++ src/doc/CHANGES Tue Jun 19 19:57:45 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2400 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2401 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -164,5 +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]
+ xen: Enabled XSAVE and AVX support on hardware with proper XSAVE
+ support, PR kern/50332. [jdolecek 20180619]