From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhdly-0004FS-9z for qemu-devel@nongnu.org; Thu, 01 Oct 2015 09:19:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhdlu-00044h-CY for qemu-devel@nongnu.org; Thu, 01 Oct 2015 09:19:46 -0400 Received: from mail-qg0-f48.google.com ([209.85.192.48]:34955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhdlu-00044X-99 for qemu-devel@nongnu.org; Thu, 01 Oct 2015 09:19:42 -0400 Received: by qgt47 with SMTP id 47so64714799qgt.2 for ; Thu, 01 Oct 2015 06:19:41 -0700 (PDT) Date: Thu, 1 Oct 2015 09:19:40 -0400 From: Kevin O'Connor Message-ID: <20151001131939.GA21642@morn.lan> References: <1443701677-13629-1-git-send-email-markmb@redhat.com> <1443701819-13855-1-git-send-email-markmb@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1443701819-13855-1-git-send-email-markmb@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 0/7] fw_cfg DMA interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc =?iso-8859-1?Q?Mar=ED?= Cc: Drew , Stefan Hajnoczi , "Gabriel L. Somlo" , qemu-devel@nongnu.org, Gerd Hoffmann , Laszlo On Thu, Oct 01, 2015 at 02:16:52PM +0200, Marc Marí wrote: > Implement host-side of the FW CFG DMA interface both for x86 and ARM. Thanks for working on this. The QEMU patches look good to me. -Kevin