diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-16 03:19:03 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-16 03:19:03 +0000 |
commit | c000eeef6fb59feaa5c5d89c7ef0268a162035d3 (patch) | |
tree | c1a156741a48969c0d2967cbc67e9e422b6c9a74 | |
parent | 01d6f201c3b428892f9d8d08c7bedcb6122ef7bb (diff) |
2.5 Device Types: reserve 12 for virtio CAIF.
Ported from draft, commit fcb1075753e285b3629301ea075ca0522e29a97b.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@9 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 281f7ae..6bf1ca8 100644 --- a/virtio-spec.txt +++ b/virtio-spec.txt @@ -1090,6 +1090,8 @@ Discovering what devices are available and their type is bus-dependent. +------------+--------------------+ | 11 | rproc serial | +------------+--------------------+ +| 12 | CAIF | ++------------+--------------------+ 2.5.1 Network Device ==================== |