qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/6] fw_cfg: doc updates, various optimizations.
@ 2015-12-17  9:01 Gerd Hoffmann
  2015-12-17  9:01 ` [Qemu-devel] [PULL 1/6] fw_cfg: move internal function call docs to header file Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2015-12-17  9:01 UTC (permalink / raw)
  To: qemu-devel; +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 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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-12-17 13:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17  9:01 [Qemu-devel] [PULL 0/6] fw_cfg: doc updates, various optimizations Gerd Hoffmann
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

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