Skip to content

Commit

Permalink
auto_update
Browse files Browse the repository at this point in the history
  • Loading branch information
liaocj committed Jul 23, 2024
1 parent 23e23f2 commit f27aee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 虚拟化/virtio.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ VIRTQ_DESC_F_AVAIL == avail_wrap_counter
VIRTQ_DESC_F_USED != avail_wrap_counter

used buf
VIRTQ_DESC_F_USED ==
used = !!(flags & VRING_PACKED_DESC_F_USED);
avail = !!(flags & VRING_PACKED_DESC_F_AVAIL);
vq->vq_packed.used_wrap_counter

0 comments on commit f27aee3

Please sign in to comment.