All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Kevin Wolf" <kwolf@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	qemu-block@nongnu.org, "Max Reitz" <mreitz@redhat.com>
Subject: [PULL 0/5] Misc next patches
Date: Thu, 29 Oct 2020 10:01:14 +0000	[thread overview]
Message-ID: <20201029100119.30696-1-berrange@redhat.com> (raw)

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




             reply	other threads:[~2020-10-29 10:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 10:01 Daniel P. Berrangé [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2023-02-15 17:47 Daniel P. Berrangé
2023-02-16 11:16 ` 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=20201029100119.30696-1-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --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 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.