diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-16 03:17:47 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-16 03:17:47 +0000 |
commit | 88a9bcb001ce617ecb11d6630c8b8e8a0ef211ec (patch) | |
tree | 6ad2d04a1e91689a1b813b00a1e7e10fc791e6d6 | |
parent | 49f2dca46e18e7dcf9c54663b6ed2b75b1803878 (diff) |
2.5 Device Types: add reservation for rproc serial (11).
Ported from draft commit 5306b0cfe750604643c157ed870b04c426924bb4.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@4 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | virtio-spec.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtio-spec.txt b/virtio-spec.txt index 864c663..d1c1cea 100644 --- a/virtio-spec.txt +++ b/virtio-spec.txt @@ -1088,6 +1088,8 @@ Discovering what devices are available and their type is bus-dependent. +------------+--------------------+ | 10 | mac80211 wlan | +------------+--------------------+ +| 11 | rproc serial | ++------------+--------------------+ 2.5.1 Network Device ==================== |