From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkCir-0004pr-Qd for qemu-devel@nongnu.org; Thu, 08 Oct 2015 11:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkCio-0006Mn-0H for qemu-devel@nongnu.org; Thu, 08 Oct 2015 11:03:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkCin-0006Me-Rv for qemu-devel@nongnu.org; Thu, 08 Oct 2015 11:03:05 -0400 From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Thu, 8 Oct 2015 17:02:52 +0200 Message-Id: <1444316578-21775-1-git-send-email-markmb@redhat.com> In-Reply-To: <1444316523-21711-1-git-send-email-markmb@redhat.com> References: <1444316523-21711-1-git-send-email-markmb@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v5 0/6] fw_cfg DMA interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Drew , Stefan Hajnoczi , "Gabriel L. Somlo" , Kevin O'Connor , Gerd Hoffmann , =?UTF-8?q?Marc=20Mar=C3=AD?= , Laszlo Implement host-side of the FW CFG DMA interface both for x86 and ARM. Based on Gerd Hoffman's initial implementation. Gabriel L. Somlo (1): fw_cfg: document fw_cfg_modify_iXX() update functions Kevin O'Connor (1): fw_cfg: Define a static signature to be returned on DMA port reads 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 docs/specs/fw_cfg.txt | 79 ++++++++++++++- hw/arm/virt.c | 8 +- hw/i386/pc.c | 8 +- hw/nvram/fw_cfg.c | 250 ++++++++++++++++++++++++++++++++++++++++= ++++-- include/hw/nvram/fw_cfg.h | 16 ++- 5 files changed, 337 insertions(+), 24 deletions(-) --=20 2.4.3