diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2019-07-25 17:01:14 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-09-08 17:17:56 -0400 |
commit | 1571d741f3008e38802559244d6080d97c4d1af8 (patch) | |
tree | cd635b3c89e1f72d8ab01af2c1e950f3e9bf28a7 | |
parent | 4237d22cd5b1f0ae688ddd1ded6859e5fdc1d5e8 (diff) | |
download | virtio-spec-1571d741f3008e38802559244d6080d97c4d1af8.tar.gz |
shared memory: Typo fix
Fix double hex in SHM*High defs.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | content.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content.tex b/content.tex index f8ebf14..89ab631 100644 --- a/content.tex +++ b/content.tex @@ -1742,7 +1742,7 @@ All register values are organized as Little Endian. \field{SHMBaseLow} and \field{SHMBaseHigh} apply to. } \hline - \mmiodreg{SHMLenLow}{SHMLenHigh}{Shared memory region 64 bit long length}{0x0b0}{0x0xb4}{R}{% + \mmiodreg{SHMLenLow}{SHMLenHigh}{Shared memory region 64 bit long length}{0x0b0}{0x0b4}{R}{% These registers return the length of the shared memory region in bytes, as defined by the device for the region selected by the \field{SHMSel} register. The lower 32 bits of the length @@ -1752,7 +1752,7 @@ All register values are organized as Little Endian. results in a length of -1. } \hline - \mmiodreg{SHMBaseLow}{SHMBaseHigh}{Shared memory region 64 bit long physical address}{0x0b8}{0x0xbc}{R}{% + \mmiodreg{SHMBaseLow}{SHMBaseHigh}{Shared memory region 64 bit long physical address}{0x0b8}{0x0bc}{R}{% The driver reads these registers to discover the base address of the region in physical address space. This address is chosen by the device (or other part of the VMM). |