From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo6a4-00089t-5d for qemu-devel@nongnu.org; Mon, 19 Oct 2015 05:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zo6a0-0001N0-Oo for qemu-devel@nongnu.org; Mon, 19 Oct 2015 05:18:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo6a0-0001Mv-JN for qemu-devel@nongnu.org; Mon, 19 Oct 2015 05:18:08 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 2D96AC075D95 for ; Mon, 19 Oct 2015 09:18:08 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 19 Oct 2015 11:17:57 +0200 Message-Id: <1445246284-21137-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/7] fw_cfg: add dma interface, add strings via cmdline. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, As promised last week I've picked up the fw_cfg patches which are ready to go, so here comes the pull request for them. Headline feature is the fw_cfg dam support fo course, enabled for arm and x86. Also small fixes and an option to add string fw_cfg entries via command line. please pull, Gerd The following changes since commit 40fe17bea478793fc9106a630fa3610dad51f9= 39: hw/ide/ahci.c: Fix shift left into sign bit (2015-10-18 11:00:40 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-fw_cfg-20151019-1 for you to fetch changes up to 7b0eec285d447057405df73beae78c8e8aeb9793: fw_cfg: Define a static signature to be returned on DMA port reads (201= 5-10-19 11:00:50 +0200) ---------------------------------------------------------------- fw_cfg: add dma interface, add strings via cmdline. ---------------------------------------------------------------- Gabriel L. Somlo (2): fw_cfg: insert string blobs via qemu cmdline 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 | 94 ++++++++++++++++- hw/arm/virt.c | 8 +- hw/i386/pc.c | 8 +- hw/nvram/fw_cfg.c | 250 ++++++++++++++++++++++++++++++++++++++++= ++++-- include/hw/nvram/fw_cfg.h | 16 ++- qemu-options.hx | 7 +- vl.c | 33 ++++-- 7 files changed, 385 insertions(+), 31 deletions(-)