Skip to content

Commit 1ec72eb

Browse files
lauraltandreeaflorescu
authored andcommitted
move images dir to virtio-queue
Moved the `images` directory from .github to virtio-queue/docs, so that the images used in the virtio-queue's README are available when publishing the crate. Signed-off-by: Laura Loghin <[email protected]>
1 parent e2b3836 commit 1ec72eb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

crates/virtio-queue/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ following, as showed in the diagram below as well:
109109
10. the device sends a used buffer notification to the driver if such
110110
notifications are not suppressed.
111111

112-
![queue](../../.github/images/queue.png)
112+
![queue](docs/images/queue.png)
113113

114114
A descriptor is storing four fields, with the first two, `addr` and `len`,
115115
pointing to the data in memory to which the descriptor refers, as shown in the
@@ -118,7 +118,7 @@ buffer is device readable or writable, or if we have another descriptor chained
118118
after this one (VIRTQ_DESC_F_NEXT flag set). `next` field is storing the index
119119
of the next descriptor if VIRTQ_DESC_F_NEXT is set.
120120

121-
![](../../.github/images/descriptor.png)
121+
![](docs/images/descriptor.png)
122122

123123
**Requirements for device implementation**
124124

File renamed without changes.

0 commit comments

Comments
 (0)