From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PULL v1 0/9] Merge QEMU I/O 2017/09/05
Date: Tue, 5 Sep 2017 10:22:21 +0100 [thread overview]
Message-ID: <20170905092230.8243-1-berrange@redhat.com> (raw)
The following changes since commit 32f0f68bb77289b75a82925f712bb52e16eac3ba:
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging (2017-09-01 17:28:54 +0100)
are available in the git repository at:
git://github.com/berrange/qemu tags/pull-qio-20170905-1
for you to fetch changes up to 33fb97121573985b4a57306b8abdb9dd992061fa:
io: fix check for handshake completion in TLS test (2017-09-05 10:20:28 +0100)
----------------------------------------------------------------
Merge QEMU I/O 2017/09/05 v1
----------------------------------------------------------------
Cao jin (1):
util: remove the obsolete non-blocking connect
Daniel P. Berrange (4):
io: fix temp directory used by test-io-channel-tls test
io: fix typo in docs comment for qio_channel_read
io: add new qio_channel_{readv, writev, read, write}_all functions
io: fix check for handshake completion in TLS test
Knut Omang (4):
tests: Add test-listen - a stress test for QEMU socket listen
sockets: factor out a new try_bind() function
sockets: factor out create_fast_reuse_socket
sockets: Handle race condition between binds to the same port
block/sheepdog.c | 2 +-
block/ssh.c | 2 +-
include/io/channel.h | 92 +++++++++++-
include/qemu/sockets.h | 12 +-
io/channel-socket.c | 2 +-
io/channel.c | 94 ++++++++++++
tests/Makefile.include | 2 +
tests/io-channel-helpers.c | 102 ++-----------
tests/test-io-channel-tls.c | 6 +-
tests/test-listen.c | 253 ++++++++++++++++++++++++++++++++
util/qemu-sockets.c | 343 +++++++++++++++-----------------------------
11 files changed, 570 insertions(+), 340 deletions(-)
create mode 100644 tests/test-listen.c
--
2.13.5
next reply other threads:[~2017-09-05 9:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-05 9:22 Daniel P. Berrange [this message]
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 1/9] io: fix temp directory used by test-io-channel-tls test Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 2/9] tests: Add test-listen - a stress test for QEMU socket listen Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 3/9] sockets: factor out a new try_bind() function Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 4/9] sockets: factor out create_fast_reuse_socket Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 5/9] sockets: Handle race condition between binds to the same port Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 6/9] util: remove the obsolete non-blocking connect Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 7/9] io: fix typo in docs comment for qio_channel_read Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 8/9] io: add new qio_channel_{readv, writev, read, write}_all functions Daniel P. Berrange
2017-09-05 9:22 ` [Qemu-devel] [PULL v1 9/9] io: fix check for handshake completion in TLS test Daniel P. Berrange
2017-09-05 9:37 ` [Qemu-devel] [PULL v1 0/9] Merge QEMU I/O 2017/09/05 Peter Maydell
2017-09-05 9:42 ` Peter Maydell
2017-09-05 9:45 ` Daniel P. Berrange
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=20170905092230.8243-1-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=peter.maydell@linaro.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.