From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAepZ-0002CP-H6 for qemu-devel@nongnu.org; Thu, 22 Mar 2012 06:01:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAepR-0004vk-Ai for qemu-devel@nongnu.org; Thu, 22 Mar 2012 06:01:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAepR-0004vR-3a for qemu-devel@nongnu.org; Thu, 22 Mar 2012 06:01:09 -0400 Message-ID: <4F6AF859.6050804@redhat.com> Date: Thu, 22 Mar 2012 11:00:57 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1332382488-12869-1-git-send-email-david@gibson.dropbear.id.au> <1332382488-12869-4-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1332382488-12869-4-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 03/13] usb-xhci: Use PCI DMA helper functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org Hi, > -#include "hw/qdev-addr.h" > +//#include "hw/qdev-addr.h" Minor nit: Just zap it instead of leaving it in commented out. Looks fine otherwise. Acked-by: Gerd Hoffmann cheers, Gerd