From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhcnO-0000s9-LK for qemu-devel@nongnu.org; Thu, 01 Oct 2015 08:17:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhcnK-0003Sf-IH for qemu-devel@nongnu.org; Thu, 01 Oct 2015 08:17:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhcnK-0003SB-DL for qemu-devel@nongnu.org; Thu, 01 Oct 2015 08:17:06 -0400 From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Thu, 1 Oct 2015 14:16:52 +0200 Message-Id: <1443701819-13855-1-git-send-email-markmb@redhat.com> In-Reply-To: <1443701677-13629-1-git-send-email-markmb@redhat.com> References: <1443701677-13629-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 v4 0/7] 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 (5): fw_cfg DMA interface documentation Implement fw_cfg DMA interface Enable fw_cfg DMA interface for ARM Enable fw_cfg DMA interface for x86 Make the kernel image in the fw_cfg DMA interface bootable docs/specs/fw_cfg.txt | 80 +++++++++++++++- hw/arm/virt.c | 8 +- hw/i386/pc.c | 12 ++- hw/nvram/fw_cfg.c | 240 ++++++++++++++++++++++++++++++++++++++++= +++--- include/hw/nvram/fw_cfg.h | 16 +++- 5 files changed, 329 insertions(+), 27 deletions(-) --=20 2.4.3