qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 10/15] doc/memory: update MMIO section


From: Cao jin
Subject: Re: [Qemu-devel] [PULL 10/15] doc/memory: update MMIO section
Date: Tue, 5 Apr 2016 17:59:58 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0



On 04/05/2016 05:50 PM, Paolo Bonzini wrote:
From: Cao jin <address@hidden>

There is no memory_region_io(). And remove a stray '-'.

Signed-off-by: Cao jin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
  docs/memory.txt | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/memory.txt b/docs/memory.txt
index 97134e1..f9272ca 100644
--- a/docs/memory.txt
+++ b/docs/memory.txt
@@ -37,8 +37,8 @@ MemoryRegion):

  - MMIO: a range of guest memory that is implemented by host callbacks;
    each read or write causes a callback to be called on the host.
-  You initialize these with memory_region_io(), passing it a MemoryRegionOps
-  structure describing the callbacks.
+  You initialize these with memory_region_init_io(), passing it a
+  MemoryRegionOps structure describing the callbacks.

  - ROM: a ROM memory region works like RAM for reads (directly accessing
    a region of host memory), but like MMIO for writes (invoking a callback).


Hi Paolo,
Seems the patch ignore the slight modification on that memory figure, So commit message isn`t consistent with the patch content. And actually I missed to remove a space between 7000 and 8000, since I removed a "-"

--
Yours Sincerely,

Cao jin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]