From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoQ9B-0003Ar-3S for qemu-devel@nongnu.org; Tue, 20 Oct 2015 02:11:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoQ97-0003Gf-TP for qemu-devel@nongnu.org; Tue, 20 Oct 2015 02:11:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoQ97-0003GO-Nf for qemu-devel@nongnu.org; Tue, 20 Oct 2015 02:11:41 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 333CA69 for ; Tue, 20 Oct 2015 06:11:41 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 20 Oct 2015 08:11:25 +0200 Message-Id: <1445321492-2902-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 v2 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, Updated fw_cfg pull, with both old gcc build failure and make check error fixed. please pull, Gerd The following changes since commit 526d5809a0714edc7f19196f14ec2e607dbd97= 53: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into s= taging (2015-10-19 10:52:39 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-fw_cfg-20151020-1 for you to fetch changes up to 2cc06a8843ace3d03464032eb3c74bc6e2b07579: fw_cfg: Define a static signature to be returned on DMA port reads (201= 5-10-19 15:26:54 +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 +- tests/fw_cfg-test.c | 4 +- vl.c | 33 ++++-- 8 files changed, 388 insertions(+), 32 deletions(-)