Module Name: src
Committed By: martin
Date: Thu Mar 21 14:27:47 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1219
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-8.1
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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.119 src/doc/CHANGES-8.1:1.1.2.120
--- src/doc/CHANGES-8.1:1.1.2.119 Tue Mar 19 13:43:42 2019
+++ src/doc/CHANGES-8.1 Thu Mar 21 14:27:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.119 2019/03/19 13:43:42 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.120 2019/03/21 14:27:47 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -2739,3 +2739,9 @@ sys/netinet/ip_carp.c 1.102
pserialize_read_enter and ifa_release.
[ozaki-r, ticket #1218]
+sys/arch/x86/pci/if_vmx.c 1.27
+
+ vmx(4): Fix device enable command failure when the number of vCPUs
+ is not a power of two.
+ [nonaka, ticket #1219]
+