From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNIvj-0002xq-Bg for qemu-devel@nongnu.org; Thu, 06 Aug 2015 07:01:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNIvf-0006Kx-2Y for qemu-devel@nongnu.org; Thu, 06 Aug 2015 07:01:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNIve-0006KT-Nt for qemu-devel@nongnu.org; Thu, 06 Aug 2015 07:01:42 -0400 From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Thu, 6 Aug 2015 13:01:13 +0200 Message-Id: <1438858878-29450-1-git-send-email-markmb@redhat.com> In-Reply-To: <1438858816-29385-1-git-send-email-markmb@redhat.com> References: <1438858816-29385-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 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 | 53 +++++++++++- hw/arm/virt.c | 13 ++- hw/i386/pc.c | 11 ++- hw/nvram/fw_cfg.c | 212 ++++++++++++++++++++++++++++++++++++++++= +++--- include/hw/nvram/fw_cfg.h | 12 ++- 5 files changed, 278 insertions(+), 23 deletions(-) --=20 2.4.3