From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpLCn-0004dP-84 for qemu-devel@nongnu.org; Fri, 05 Aug 2011 10:16:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpLCm-0007aR-8Q for qemu-devel@nongnu.org; Fri, 05 Aug 2011 10:16:53 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:44102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpLCm-0007aM-4R for qemu-devel@nongnu.org; Fri, 05 Aug 2011 10:16:52 -0400 Received: by yih10 with SMTP id 10so402884yih.4 for ; Fri, 05 Aug 2011 07:16:51 -0700 (PDT) Message-ID: <4E3BFB51.9010204@codemonkey.ws> Date: Fri, 05 Aug 2011 09:16:49 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1312463195-13605-1-git-send-email-avi@redhat.com> <1312463195-13605-12-git-send-email-avi@redhat.com> In-Reply-To: <1312463195-13605-12-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 11/39] pci: pass I/O address space to new PCI bus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, "Michael S. Tsirkin" On 08/04/2011 08:06 AM, Avi Kivity wrote: > This lets us register BARs in the I/O address space. > > Reviewed-by: Richard Henderson > Signed-off-by: Avi Kivity Reviewed-by: Anthony Liguori Regards, Anthony Liguori