diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-26 04:17:58 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-26 04:17:58 +0000 |
commit | ce25e7bd05400bc7620c19a2fede3a86c6f5e39b (patch) | |
tree | ff2d1fcce61dfa9cf27286f5f3f925471a8a399b | |
parent | ddfe8c9df52c97310b17155da51d81933532436e (diff) |
VIRTIO-45: Add a reserved ID for Timer/Clock device
Just add a reserved ID for Timer/Clock device. There is no work
on it yet but it is nice to have the ID which could be used safely
in preliminary implementations.
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@280 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 1d1a676..315cb25 100644 --- a/content.tex +++ b/content.tex @@ -2678,6 +2678,8 @@ Device ID & Virtio Device \\ \hline 16 & GPU device \\ \hline +17 & Timer/Clock device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, |