Module Name: src
Committed By: jym
Date: Tue Sep 20 00:33:43 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Xen suspend/resume code is now committed in -curent.
To generate a diff of this commit:
cvs rdiff -u -r1.1608 -r1.1609 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.1608 src/doc/CHANGES:1.1609
--- src/doc/CHANGES:1.1608 Sat Sep 17 17:00:12 2011
+++ src/doc/CHANGES Tue Sep 20 00:33:43 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1608 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1609 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1122,3 +1122,5 @@
file: Update to 5.09 [christos 20110916]
mppb(4): Add driver for Prometheus Zorro III to PCI bridge.
[rkujawa 20110917]
+ xen: Provide experimental support for suspend/resume in
+ NetBSD domUs. [jym 20110920]