[Qemu-devel] [PULL 0/7] Qio next patches

Daniel P. Berrangé posted 7 patches 7 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
Makefile                     |  3 +--
include/io/channel-file.h    |  2 +-
io/channel-command.c         | 12 +++++++++++-
io/channel-file.c            | 11 ++++-------
io/channel-websock.c         |  7 +++++--
io/net-listener.c            |  1 +
tests/test-io-channel-file.c | 29 +++++++++++++++++++++++++----
7 files changed, 48 insertions(+), 17 deletions(-)
[Qemu-devel] [PULL 0/7] Qio next patches
Posted by Daniel P. Berrangé 7 years, 8 months ago
The following changes since commit 8c5e7bddc22dac9d4dc3526996babce4c7242d9d:

  Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-02-14' into staging (2018-02-15 13:00:44 +0000)

are available in the Git repository at:

  ssh://git@github.com/berrange/qemu tags/qio-next-pull-request

for you to fetch changes up to 6809df1df036840d41a0cc9ca77cc6a0214fb1b5:

  allow to build with older sed (2018-02-15 16:54:57 +0000)

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

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

Edgar Kaziakhmedov (1):
  io/channel-websock: handle continuous reads without any data

Jan Beulich (1):
  allow to build with older sed

Paolo Bonzini (1):
  io: fix QIONetListener memory leak

Ross Lagerwall (3):
  io: Fix QIOChannelFile when creating and opening read-write
  io: Don't call close multiple times in QIOChannelFile
  io: Add /dev/fdset/ support to QIOChannelFile

Thomas Huth (1):
  io/channel-command: Do not kill the child process after closing the
    pipe

 Makefile                     |  3 +--
 include/io/channel-file.h    |  2 +-
 io/channel-command.c         | 12 +++++++++++-
 io/channel-file.c            | 11 ++++-------
 io/channel-websock.c         |  7 +++++--
 io/net-listener.c            |  1 +
 tests/test-io-channel-file.c | 29 +++++++++++++++++++++++++----
 7 files changed, 48 insertions(+), 17 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/7] Qio next patches
Posted by Peter Maydell 7 years, 8 months ago
On 15 February 2018 at 17:50, Daniel P. Berrangé <berrange@redhat.com> wrote:
> The following changes since commit 8c5e7bddc22dac9d4dc3526996babce4c7242d9d:
>
>   Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-02-14' into staging (2018-02-15 13:00:44 +0000)
>
> are available in the Git repository at:
>
>   ssh://git@github.com/berrange/qemu tags/qio-next-pull-request

This isn't a publicly usable git reference; did you mean
   git://github.com/berrange/qemu.git tags/qio-next-pull-request

? (I'm testing the pullreq on the assumption that you did.)

thanks
-- PMM

Re: [Qemu-devel] [PULL 0/7] Qio next patches
Posted by Daniel P. Berrangé 7 years, 8 months ago
On Thu, Feb 15, 2018 at 07:43:39PM +0000, Peter Maydell wrote:
> On 15 February 2018 at 17:50, Daniel P. Berrangé <berrange@redhat.com> wrote:
> > The following changes since commit 8c5e7bddc22dac9d4dc3526996babce4c7242d9d:
> >
> >   Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-02-14' into staging (2018-02-15 13:00:44 +0000)
> >
> > are available in the Git repository at:
> >
> >   ssh://git@github.com/berrange/qemu tags/qio-next-pull-request
> 
> This isn't a publicly usable git reference; did you mean
>    git://github.com/berrange/qemu.git tags/qio-next-pull-request
> 
> ? (I'm testing the pullreq on the assumption that you did.)

Sigh, yes. This is my first time trying git-publish, and I guess I missed
some key config parameter, to distinguish the URL it must push too, vs
the URL it must document in the cover letter.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Re: [Qemu-devel] [PULL 0/7] Qio next patches
Posted by Peter Maydell 7 years, 8 months ago
On 15 February 2018 at 17:50, Daniel P. Berrangé <berrange@redhat.com> wrote:
> The following changes since commit 8c5e7bddc22dac9d4dc3526996babce4c7242d9d:
>
>   Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-02-14' into staging (2018-02-15 13:00:44 +0000)
>
> are available in the Git repository at:
>
>   ssh://git@github.com/berrange/qemu tags/qio-next-pull-request
>
> for you to fetch changes up to 6809df1df036840d41a0cc9ca77cc6a0214fb1b5:
>
>   allow to build with older sed (2018-02-15 16:54:57 +0000)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM