qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] doc/memory.txt: fix typo
@ 2016-02-25  9:32 Cao jin
  2016-02-25 10:00 ` Peter Maydell
  0 siblings, 1 reply; 8+ messages in thread
From: Cao jin @ 2016-02-25  9:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, pbonzini, peter.maydell

to match structure MemoryRegionOps definition

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
And there seems are some out of date content in this file, like
"cpu_register_io_memory()" mentioned in the last line, which is removed several
years ago in commit 97161e177. I am sure how to modify it, So I take the
liberty to CC the guys in the cc-list(get list from get_maintainer.pl).

 docs/memory.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/memory.txt b/docs/memory.txt
index 8745f76..1a3ad622 100644
--- a/docs/memory.txt
+++ b/docs/memory.txt
@@ -297,7 +297,7 @@ various constraints can be supplied to control how these callbacks are called:
  - .valid.min_access_size, .valid.max_access_size define the access sizes
    (in bytes) which the device accepts; accesses outside this range will
    have device and bus specific behaviour (ignored, or machine check)
- - .valid.aligned specifies that the device only accepts naturally aligned
+ - .valid.unaligned specifies that the device only accepts naturally aligned
    accesses.  Unaligned accesses invoke device and bus specific behaviour.
  - .impl.min_access_size, .impl.max_access_size define the access sizes
    (in bytes) supported by the *implementation*; other access sizes will be
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-03 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25  9:32 [Qemu-devel] [PATCH] doc/memory.txt: fix typo Cao jin
2016-02-25 10:00 ` Peter Maydell
2016-02-25 10:05   ` Cao jin
2016-02-25 13:30   ` Cao jin
2016-02-25 14:24     ` Peter Maydell
2016-02-26  2:36       ` Cao jin
2016-03-03 14:45       ` Paolo Bonzini
2016-03-03 14:54         ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).