Version Control Commit by mstsirkin

From
<>
Date
2013-09-30T06:14:11+00:00
ID
Thread
Version Control Commit by mstsirkin
Author: mstsirkin
Date: 2013-09-30 06:15:08 +0000 (Mon, 30 Sep 2013)
New Revision: 49
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=49&sc=1

Modified:
   virtio-v1.0-wd01-part1-specification.txt
Log:
virtqueue: flexible layout, size, alignment

Transports can now lay out available/used/descriptor
regions in a flexible way.
This is useful for embedded systems to save memory,
and for large systems to reduce the need for
physically-contigious memory.

However, this does not add a way to actually program this
in any of the transports, so it's not useful by
itself, separate follow-up patches will add a way to
program this for transports.

Resolves issue: VIRTIO-23
Approved OASIS meeting 2013-09-24.

Signed-off-by: Michael S. Tsirkin <>