From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkTRe-0003D2-UY for qemu-devel@nongnu.org; Fri, 09 Oct 2015 04:54:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkTRb-0006rp-Pj for qemu-devel@nongnu.org; Fri, 09 Oct 2015 04:54:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkTRb-0006rk-Ki for qemu-devel@nongnu.org; Fri, 09 Oct 2015 04:54:27 -0400 Message-ID: <1444380860.12917.4.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 09 Oct 2015 10:54:20 +0200 In-Reply-To: <1444316578-21775-1-git-send-email-markmb@redhat.com> References: <1444316523-21711-1-git-send-email-markmb@redhat.com> <1444316578-21775-1-git-send-email-markmb@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 0/6] 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, Kevin O'Connor , Laszlo On Do, 2015-10-08 at 17:02 +0200, Marc Mar=C3=AD wrote: > Implement host-side of the FW CFG DMA interface both for x86 and ARM. >=20 > Based on Gerd Hoffman's initial implementation. >=20 > Gabriel L. Somlo (1): > fw_cfg: document fw_cfg_modify_iXX() update functions >=20 > Kevin O'Connor (1): > fw_cfg: Define a static signature to be returned on DMA port reads >=20 > Marc Mar=C3=AD (4): > fw_cfg DMA interface documentation > Implement fw_cfg DMA interface > Enable fw_cfg DMA interface for ARM > Enable fw_cfg DMA interface for x86 Reviewed-by: Gerd Hoffmann