qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/6] fw_cfg: doc updates, various optimizations.
Date: Thu, 17 Dec 2015 10:01:44 +0100	[thread overview]
Message-ID: <1450342910-26827-1-git-send-email-kraxel@redhat.com> (raw)

  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 f05b42d3fd30bb9673cc1ac1ee8c2af8f669964e:

  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(-)

             reply	other threads:[~2015-12-17  9:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17  9:01 Gerd Hoffmann [this message]
2015-12-17  9:01 ` [Qemu-devel] [PULL 1/6] fw_cfg: move internal function call docs to header file Gerd Hoffmann
2015-12-17  9:01 ` [Qemu-devel] [PULL 2/6] fw_cfg: amend callback behavior spec to once per select Gerd Hoffmann
2015-12-17  9:01 ` [Qemu-devel] [PULL 3/6] fw_cfg: remove offset argument from callback prototype Gerd Hoffmann
2015-12-17  9:01 ` [Qemu-devel] [PULL 4/6] fw_cfg: avoid calculating invalid current entry pointer Gerd Hoffmann
2015-12-17  9:01 ` [Qemu-devel] [PULL 5/6] fw_cfg: add generic non-DMA read method Gerd Hoffmann
2015-12-17  9:01 ` [Qemu-devel] [PULL 6/6] fw_cfg: replace ioport data read with generic method Gerd Hoffmann
2015-12-17 13:30 ` [Qemu-devel] [PULL 0/6] fw_cfg: doc updates, various optimizations Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450342910-26827-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).