On 08/04/2011 08:06 AM, Avi Kivity wrote:
get_system_io() returns the root I/O memory region.

Reviewed-by: Richard Henderson<r...@twiddle.net>
Signed-off-by: Avi Kivity<a...@redhat.com>
---
  exec-memory.h |    2 ++
  exec.c        |   10 ++++++++++
  2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/exec-memory.h b/exec-memory.h
index c439aba..999fd69 100644
--- a/exec-memory.h
+++ b/exec-memory.h
@@ -28,6 +28,8 @@
   */
  MemoryRegion *get_system_memory(void);

+MemoryRegion *get_system_io(void);
+

Could you add a doc comment for this function?

Regards,

Anthony Liguori

Reply via email to