summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFam Zheng2014-05-05 09:53:41 +0200
committerMichael Tokarev2014-05-07 19:00:44 +0200
commitedc1ba7a7a13b1c721f2a7791ff809633d85fb9b (patch)
treecd371d15f00da43aa7c52f97d67c323a4525c847 /include
parentreadline: Sort completions before printing them. (diff)
downloadqemu-edc1ba7a7a13b1c721f2a7791ff809633d85fb9b.tar.gz
qemu-edc1ba7a7a13b1c721f2a7791ff809633d85fb9b.tar.xz
qemu-edc1ba7a7a13b1c721f2a7791ff809633d85fb9b.zip
docs/memory.txt: Fix document on MMIO operations
.impl.valid should be .impl.unaligned and the description needs some fixes. .old_portio is removed since commit b40acf99b (ioport: Switch dispatching to memory core layer). Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
-rw-r--r--include/exec/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h
index c084db2d9d..1d55ad94a4 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -110,7 +110,7 @@ struct MemoryRegionOps {
/* If true, unaligned accesses are supported. Otherwise all accesses
* are converted to (possibly multiple) naturally aligned accesses.
*/
- bool unaligned;
+ bool unaligned;
} impl;
/* If .read and .write are not present, old_mmio may be used for