[Qemu-devel] [PULL 0/5] Fail patches

Juan Quintela posted 5 patches 6 years, 2 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190904062915.6488-1-quintela@redhat.com
Maintainers: Michael Roth <mdroth@linux.vnet.ibm.com>, Stefan Berger <stefanb@linux.ibm.com>, Kevin Wolf <kwolf@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eric Blake <eblake@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Fam Zheng <fam@euphon.net>, Juan Quintela <quintela@redhat.com>, Max Reitz <mreitz@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
blockdev-nbd.c                 |  2 +-
chardev/char-socket.c          |  2 +-
include/io/channel-socket.h    |  4 ++++
include/io/net-listener.h      |  2 ++
include/qemu/sockets.h         |  2 +-
io/channel-socket.c            | 35 +++++++++++++++++++++++++---------
io/net-listener.c              |  3 ++-
io/trace-events                |  4 ++--
migration/socket.c             |  7 ++++++-
qemu-nbd.c                     |  2 +-
qga/channel-posix.c            |  2 +-
scsi/qemu-pr-helper.c          |  3 ++-
tests/test-char.c              |  4 ++--
tests/test-io-channel-socket.c |  4 ++--
tests/test-util-sockets.c      | 12 ++++++------
tests/tpm-emu.c                |  2 +-
ui/vnc.c                       |  4 ++--
util/qemu-sockets.c            | 33 +++++++++++++++++++++-----------
util/trace-events              |  3 +++
19 files changed, 87 insertions(+), 43 deletions(-)
[Qemu-devel] [PULL 0/5] Fail patches
Posted by Juan Quintela 6 years, 2 months ago
The following changes since commit 3483534ec314f6057e66966bfceaa9df02c28fbf:

  Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-09-03 16:48:37 +0100)

are available in the Git repository at:

  https://github.com/juanquintela/qemu.git tags/fail-pull-request

for you to fetch changes up to 0705e56496d2b155b5796c6b28d4110e5bcbd5d8:

  multifd: Use number of channels as listen backlog (2019-09-03 23:24:42 +0200)

----------------------------------------------------------------
Fix multifd with big number of channels

As all of it is migration, danp told me to do the pull myself.

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

Juan Quintela (5):
  socket: Add backlog parameter to socket_listen
  socket: Add num connections to qio_channel_socket_sync()
  socket: Add num connections to qio_channel_socket_async()
  socket: Add num connections to qio_net_listener_open_sync()
  multifd: Use number of channels as listen backlog

 blockdev-nbd.c                 |  2 +-
 chardev/char-socket.c          |  2 +-
 include/io/channel-socket.h    |  4 ++++
 include/io/net-listener.h      |  2 ++
 include/qemu/sockets.h         |  2 +-
 io/channel-socket.c            | 35 +++++++++++++++++++++++++---------
 io/net-listener.c              |  3 ++-
 io/trace-events                |  4 ++--
 migration/socket.c             |  7 ++++++-
 qemu-nbd.c                     |  2 +-
 qga/channel-posix.c            |  2 +-
 scsi/qemu-pr-helper.c          |  3 ++-
 tests/test-char.c              |  4 ++--
 tests/test-io-channel-socket.c |  4 ++--
 tests/test-util-sockets.c      | 12 ++++++------
 tests/tpm-emu.c                |  2 +-
 ui/vnc.c                       |  4 ++--
 util/qemu-sockets.c            | 33 +++++++++++++++++++++-----------
 util/trace-events              |  3 +++
 19 files changed, 87 insertions(+), 43 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/5] Fail patches
Posted by Peter Maydell 6 years, 2 months ago
On Wed, 4 Sep 2019 at 07:34, Juan Quintela <quintela@redhat.com> wrote:
>
> The following changes since commit 3483534ec314f6057e66966bfceaa9df02c28fbf:
>
>   Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-09-03 16:48:37 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/juanquintela/qemu.git tags/fail-pull-request
>
> for you to fetch changes up to 0705e56496d2b155b5796c6b28d4110e5bcbd5d8:
>
>   multifd: Use number of channels as listen backlog (2019-09-03 23:24:42 +0200)
>
> ----------------------------------------------------------------
> Fix multifd with big number of channels
>
> As all of it is migration, danp told me to do the pull myself.
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM