All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] Misc next patches
@ 2020-10-29 10:01 Daniel P. Berrangé
  2020-10-29 10:01 ` [PULL 1/5] io: Fix Lesser GPL version number Daniel P. Berrangé
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Daniel P. Berrangé @ 2020-10-29 10:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Daniel P. Berrangé, Gerd Hoffmann, qemu-block,
	Max Reitz

The following changes since commit bbc48d2bcb9711614fbe751c2c5ae13e172fbca8:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' =
into staging (2020-10-28 16:25:31 +0000)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/misc-next-pull-request

for you to fetch changes up to dfc00eb7dea43bfb6d4a2ba38c4f6bc9745f3729:

  util: include the target address in socket connect failures (2020-10-29 09:=
57:37 +0000)

----------------------------------------------------------------
Misc fixes

 * Improve socket cnnection failure error reporting
 * Fix LGPL version number

----------------------------------------------------------------

AlexChen (1):
  io: Don't use '#' flag of printf format

Chetan Pant (3):
  io: Fix Lesser GPL version number
  crypt: Fix Lesser GPL version number
  authz: Fix Lesser GPL version number

Daniel P. Berrang=C3=A9 (1):
  util: include the target address in socket connect failures

 authz/base.c                    |  2 +-
 authz/list.c                    |  2 +-
 authz/listfile.c                |  2 +-
 authz/pamacct.c                 |  2 +-
 authz/simple.c                  |  2 +-
 include/authz/base.h            |  2 +-
 include/authz/list.h            |  2 +-
 include/authz/listfile.h        |  2 +-
 include/authz/pamacct.h         |  2 +-
 include/authz/simple.h          |  2 +-
 include/io/channel-buffer.h     |  2 +-
 include/io/channel-command.h    |  2 +-
 include/io/channel-file.h       |  2 +-
 include/io/channel-socket.h     |  2 +-
 include/io/channel-tls.h        |  2 +-
 include/io/channel-util.h       |  2 +-
 include/io/channel-watch.h      |  2 +-
 include/io/channel-websock.h    |  2 +-
 include/io/channel.h            |  2 +-
 include/io/dns-resolver.h       |  2 +-
 include/io/task.h               |  2 +-
 io/channel-buffer.c             |  2 +-
 io/channel-command.c            |  2 +-
 io/channel-file.c               |  2 +-
 io/channel-socket.c             |  2 +-
 io/channel-tls.c                |  2 +-
 io/channel-util.c               |  2 +-
 io/channel-watch.c              |  2 +-
 io/channel-websock.c            |  4 ++--
 io/channel.c                    |  2 +-
 io/dns-resolver.c               |  2 +-
 io/task.c                       |  2 +-
 tests/qemu-iotests/162.out      |  4 ++--
 tests/test-authz-list.c         |  2 +-
 tests/test-authz-listfile.c     |  2 +-
 tests/test-authz-pam.c          |  2 +-
 tests/test-authz-simple.c       |  2 +-
 tests/test-crypto-afsplit.c     |  2 +-
 tests/test-crypto-block.c       |  2 +-
 tests/test-crypto-cipher.c      |  2 +-
 tests/test-crypto-hash.c        |  2 +-
 tests/test-crypto-ivgen.c       |  2 +-
 tests/test-crypto-secret.c      |  2 +-
 tests/test-crypto-xts.c         |  2 +-
 tests/test-io-channel-buffer.c  |  2 +-
 tests/test-io-channel-command.c |  2 +-
 tests/test-io-channel-file.c    |  2 +-
 tests/test-io-channel-socket.c  |  2 +-
 tests/test-io-task.c            |  2 +-
 util/qemu-sockets.c             | 32 +++++++++++++++++++-------------
 50 files changed, 70 insertions(+), 64 deletions(-)

--=20
2.28.0




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

end of thread, other threads:[~2020-10-31 20:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29 10:01 [PULL 0/5] Misc next patches Daniel P. Berrangé
2020-10-29 10:01 ` [PULL 1/5] io: Fix Lesser GPL version number Daniel P. Berrangé
2020-10-29 10:01 ` [PULL 2/5] crypt: " Daniel P. Berrangé
2020-10-29 10:01 ` [PULL 3/5] authz: " Daniel P. Berrangé
2020-10-29 10:01 ` [PULL 4/5] io: Don't use '#' flag of printf format Daniel P. Berrangé
2020-10-29 10:01 ` [PULL 5/5] util: include the target address in socket connect failures Daniel P. Berrangé
2020-10-31 20:32 ` [PULL 0/5] Misc next patches Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.