From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcrVb-0008MF-JP for qemu-devel@nongnu.org; Fri, 18 Sep 2015 04:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcrVW-00063n-KS for qemu-devel@nongnu.org; Fri, 18 Sep 2015 04:59:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcrVW-00063K-FY for qemu-devel@nongnu.org; Fri, 18 Sep 2015 04:59:02 -0400 From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Fri, 18 Sep 2015 10:58:44 +0200 Message-Id: <1442566729-5133-1-git-send-email-markmb@redhat.com> In-Reply-To: <1442566703-5091-1-git-send-email-markmb@redhat.com> References: <1442566703-5091-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 v3 0/5] 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 , 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 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 | 76 +++++++++++++++- hw/arm/virt.c | 9 +- hw/i386/pc.c | 11 ++- hw/nvram/fw_cfg.c | 228 ++++++++++++++++++++++++++++++++++++++++= +++--- include/hw/nvram/fw_cfg.h | 16 +++- 5 files changed, 314 insertions(+), 26 deletions(-) --=20 2.4.3