Misleading comment about where the queue starts and its size
Closed this issue · 1 comments
MatiasVara commented
Hello,
IIUC, the virtqueue starts at QUEUE_BASE_ADDRESS, which is not 0. So the comment shall state that. The comment is at
Also QUEUE_END is not the size if the starting address is not zero so the definition at
may be wrong.Thanks.
roypat commented
Heya! Yeah, those are indeed wrong... let's me post a PR to fix that, thanks!