Wed Aug 8 23:24:40 2012 UTC ()
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.


(jym)
diff -r1.109 -r1.110 src/doc/CHANGES.prev

cvs diff -r1.109 -r1.110 src/doc/CHANGES.prev (expand / switch to unified diff)

--- src/doc/CHANGES.prev 2012/06/20 07:42:27 1.109
+++ src/doc/CHANGES.prev 2012/08/08 23:24:40 1.110
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.109 $> 1LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.110 $>
2 2
3 3
4Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8: 4Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
5 fdescfs, kernfs included 5 fdescfs, kernfs included
6 mt(1): added bsd mt 6 mt(1): added bsd mt
7 ktrace(1): now works 7 ktrace(1): now works
8 cron(8): crond, crontab cleaned, and install properly 8 cron(8): crond, crontab cleaned, and install properly
9 prompt for floppy root disk 9 prompt for floppy root disk
10 added kgmon, gprof 10 added kgmon, gprof
11 many vm bug fixes 11 many vm bug fixes
12 ed(1): free ed 12 ed(1): free ed
13 fixes to /etc/*, particular /etc/{weekly,daily,monthly}, netstart 13 fixes to /etc/*, particular /etc/{weekly,daily,monthly}, netstart
14 yp: beginnings of yp support 14 yp: beginnings of yp support
@@ -11052,26 +11052,28 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -11052,26 +11052,28 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
11052 zoneinfo: Import tzdata2011l. [apb 20111010] 11052 zoneinfo: Import tzdata2011l. [apb 20111010]
11053 x68k: Fix bootloader failure on X68030+060turbo. [tsutsui 20111011] 11053 x68k: Fix bootloader failure on X68030+060turbo. [tsutsui 20111011]
11054 sqlite: Import of pre-release of SQLite 3.6.9 [joerg 20111013] 11054 sqlite: Import of pre-release of SQLite 3.6.9 [joerg 20111013]
11055 m68k: Add hyperbotic and trigonometric functions to m68k FPE. 11055 m68k: Add hyperbotic and trigonometric functions to m68k FPE.
11056 [tsutsui,isaki 20111015] 11056 [tsutsui,isaki 20111015]
11057 vmt(4): Add a VMware Tools driver, from OpenBSD. [jmcneill 20111017] 11057 vmt(4): Add a VMware Tools driver, from OpenBSD. [jmcneill 20111017]
11058 zoneinfo: Import tzdata2011m. [apb 20111024] 11058 zoneinfo: Import tzdata2011m. [apb 20111024]
11059 sparc: Switch to GDB 7.3.1. [mrg 20111024] 11059 sparc: Switch to GDB 7.3.1. [mrg 20111024]
11060 sparc64: Switch to GDB 7.3.1. [mrg 20111024] 11060 sparc64: Switch to GDB 7.3.1. [mrg 20111024]
11061 arm: Switch to GDB 7.3.1. [mrg 20111024] 11061 arm: Switch to GDB 7.3.1. [mrg 20111024]
11062 powerpc: Switch to GDB 7.3.1. [mrg 20111024] 11062 powerpc: Switch to GDB 7.3.1. [mrg 20111024]
11063 efa(4): Add driver for ELBOX FastATA 1200. [rkujawa 20111028] 11063 efa(4): Add driver for ELBOX FastATA 1200. [rkujawa 20111028]
11064 postfix(1): Import version 2.8.6 [tron 20111028] 11064 postfix(1): Import version 2.8.6 [tron 20111028]
 11065 virtio(4): Add virtio driver. Speeds up I/O under KVM platform.
 11066 [hannken 20111030]
11065 zoneinfo: Import tzdata2011n. [apb 20111102] 11067 zoneinfo: Import tzdata2011n. [apb 20111102]
11066 tre: Incorporate library. Adds agrep. This library provides 11068 tre: Incorporate library. Adds agrep. This library provides
11067 regcomp/regexec/regerror/regfree as a binary compatible 11069 regcomp/regexec/regerror/regfree as a binary compatible
11068 regex library with libc. Using -ltre will use the tre 11070 regex library with libc. Using -ltre will use the tre
11069 regex functions. The library also has support for 11071 regex functions. The library also has support for
11070 approximate regex as well as wide char versions of 11072 approximate regex as well as wide char versions of
11071 the regex functions. To access these we are going to 11073 the regex functions. To access these we are going to
11072 need to either add tre.h in /usr/include, or enhance 11074 need to either add tre.h in /usr/include, or enhance
11073 regex.h and provide more tre_ -> libc names aliases. 11075 regex.h and provide more tre_ -> libc names aliases.
11074 [christos 20111105] 11076 [christos 20111105]
11075 postfix(1): Import version 2.8.7 [tron 20111109] 11077 postfix(1): Import version 2.8.7 [tron 20111109]
11076 asm: Add assembly language examples in share/examples/asm/. 11078 asm: Add assembly language examples in share/examples/asm/.
11077 These provide the end user with some ready-to-use sample 11079 These provide the end user with some ready-to-use sample