History log of /seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/virtqueue_common.c
Revision Date Author Comments
# b9e3ebe8 21-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libsel4camkes: Set virtqueue size on creation

The queue size of a virtqueue is how many entries its rings and
descriptor table have.


# d0741a6a 12-Dec-2019 Damon Lee <Damon.Lee@data61.csiro.au>

virtqueue: Add volatile qualifers and casts

The common initialiastion function is used by both the virtqueues and
the msgqueues. The virtqueues will supply a volatile buffer but can be
casted down. This commit mainly addresses compiler warnings from the
virtqueue side.


# 8e15775d 27-Sep-2019 Damon Lee <Damon.Lee@data61.csiro.au>

libsel4camkes: Move some VQ funcs to common file

This commit moves some common virtqueue functions into a common location
that can be shared by other files. Also change the virtqueue memory
allocator so that it can use other block sizes.