From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH v3 10/39] Integrate I/O memory regions into qemu Date: Fri, 05 Aug 2011 09:15:45 -0500 Message-ID: <4E3BFB11.7090407@codemonkey.ws> References: <1312463195-13605-1-git-send-email-avi@redhat.com> <1312463195-13605-11-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, "Michael S. Tsirkin" To: Avi Kivity Return-path: Received: from mail-gw0-f46.google.com ([74.125.83.46]:59934 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753411Ab1HEOPs (ORCPT ); Fri, 5 Aug 2011 10:15:48 -0400 Received: by gwaa12 with SMTP id a12so1698893gwa.19 for ; Fri, 05 Aug 2011 07:15:48 -0700 (PDT) In-Reply-To: <1312463195-13605-11-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/04/2011 08:06 AM, Avi Kivity wrote: > get_system_io() returns the root I/O memory region. > > Reviewed-by: Richard Henderson > Signed-off-by: Avi Kivity > --- > 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