diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-29 22:21:41 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-29 22:21:41 +0000 |
commit | 98776ec5b2263f01f8e56a9cc4ca98384f8ec34b (patch) | |
tree | efba25a2af068519ee4b3fb2671a068c52d132da | |
parent | c278158fbd52faf0643800db0b9660aa2fe15b21 (diff) |
minor: rename section
Section in PCI part of spec talks about interrupts,
not used buffers (that's generic).
Also tweak formatting.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@20 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | virtio-v1.0-wd01-part1-specification.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 47216f9..5c887f2 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -767,7 +767,8 @@ Device notification occurs by writing the 16-bit virtqueue index of this virtqueue to the Queue Notify field of the virtio header in the first I/O region of the PCI device. -2.4.1.3.3. Receiving Used Buffers From The Device +2.4.1.3.3. Virtqueue Interrupts From The Device +---------------------------------------------- If an interrupt is necessary: |