From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9URk-00070A-9X for qemu-devel@nongnu.org; Thu, 17 Dec 2015 04:02:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9URg-0000Lj-6W for qemu-devel@nongnu.org; Thu, 17 Dec 2015 04:02:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9URg-0000La-1d for qemu-devel@nongnu.org; Thu, 17 Dec 2015 04:01:56 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 8E06D341ADA for ; Thu, 17 Dec 2015 09:01:55 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 17 Dec 2015 10:01:44 +0100 Message-Id: <1450342910-26827-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/6] fw_cfg: doc updates, various optimizations. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes a fw_cfg update with a doc update and various optimizations from Gabriel L. Somlo. Read callback is called only once (on select), also sanity checks for multibyte reads are done only once. please pull, Gerd The following changes since commit f05b42d3fd30bb9673cc1ac1ee8c2af8f66996= 4e: Update version for v2.5.0-rc4 release (2015-12-11 16:37:55 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-fw-cfg-20151217-1 for you to fetch changes up to 6c8d56a2e95712a6206a2671d2b04b2e59cabc0b: fw_cfg: replace ioport data read with generic method (2015-12-15 11:46:= 13 +0100) ---------------------------------------------------------------- fw_cfg: doc updates, various optimizations. ---------------------------------------------------------------- Gabriel L. Somlo (6): fw_cfg: move internal function call docs to header file fw_cfg: amend callback behavior spec to once per select fw_cfg: remove offset argument from callback prototype fw_cfg: avoid calculating invalid current entry pointer fw_cfg: add generic non-DMA read method fw_cfg: replace ioport data read with generic method docs/specs/fw_cfg.txt | 85 +----------------------------- hw/arm/virt-acpi-build.c | 2 +- hw/i386/acpi-build.c | 2 +- hw/nvram/fw_cfg.c | 75 +++++++++++++-------------- include/hw/nvram/fw_cfg.h | 128 ++++++++++++++++++++++++++++++++++++++++= +++++- trace-events | 2 +- 6 files changed, 166 insertions(+), 128 deletions(-)