Author: hornet
Date: 2013-10-29 13:15:17 +0000 (Tue, 29 Oct 2013)
New Revision: 67
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=67&sc=1
Modified:
virtio-v1.0-wd01-part1-specification.txt
Log:
2.3.2 MMIO: Upgrade registers layout to version 2
This patch addresses VIRTIO-44:
* Clarifies MagicValue content
* Bumps up the Version value to 2
* Removes paged-based addressing and replaces it
with 64 bit addresses
* Replaces implicit queue organisation (based
on alignment size) with explicit desc/avail/used
addreses (based on original MST's patch, see
VIRTIO-41)
* Introduces explicit protocol for queue
enabling (based on original MST's idea)
and disabling
* Defines driver's reaction to an invalid
device ID (0x0).
Signed-off-by: Pawel Moll <>