Module Name: src
Committed By: jym
Date: Wed Aug 8 23:24:40 UTC 2012
Modified Files:
src/doc: CHANGES.prev
Log Message:
Document virtio(4) addition in CHANGES. Noticed by Emmanuel Kasper on
tech-kern@.
virtio(4) is the VirtIO protocol used by KVM to drastically improve
the performance of virtualized peripherals.
virtio(4) originally written by minoura@; imported in src by hannken@
around 2011-10-30.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/doc/CHANGES.prev
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.prev
diff -u src/doc/CHANGES.prev:1.109 src/doc/CHANGES.prev:1.110
--- src/doc/CHANGES.prev:1.109 Wed Jun 20 07:42:27 2012
+++ src/doc/CHANGES.prev Wed Aug 8 23:24:40 2012
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.109 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.110 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -11062,6 +11062,8 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
powerpc: Switch to GDB 7.3.1. [mrg 20111024]
efa(4): Add driver for ELBOX FastATA 1200. [rkujawa 20111028]
postfix(1): Import version 2.8.6 [tron 20111028]
+ virtio(4): Add virtio driver. Speeds up I/O under KVM platform.
+ [hannken 20111030]
zoneinfo: Import tzdata2011n. [apb 20111102]
tre: Incorporate library. Adds agrep. This library provides
regcomp/regexec/regerror/regfree as a binary compatible