On 08/04/2011 08:06 AM, Avi Kivity wrote:
get_system_io() returns the root I/O memory region. Reviewed-by: Richard Henderson<rth@xxxxxxxxxxx> Signed-off-by: Avi Kivity<avi@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html