qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [patch v4 06/16] memory: document ref, unref interface


From: Liu Ping Fan
Subject: [Qemu-devel] [patch v4 06/16] memory: document ref, unref interface
Date: Mon, 22 Oct 2012 17:23:49 +0800

Signed-off-by: Liu Ping Fan <address@hidden>
---
 docs/memory.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/memory.txt b/docs/memory.txt
index 5bbee8e..3f88812 100644
--- a/docs/memory.txt
+++ b/docs/memory.txt
@@ -170,3 +170,8 @@ various constraints can be supplied to control how these 
callbacks are called:
  - .old_portio and .old_mmio can be used to ease porting from code using
    cpu_register_io_memory() and register_ioport().  They should not be used
    in new code.
+
+MMIO regions are provided with ->ref() and ->unref() callbacks; This pair 
callbacks
+are optional. When ref() return non-zero, Both MemoryRegion and its opaque are
+safe to use.
+
-- 
1.7.4.4




reply via email to

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