[Qemu-devel] [PULL 0/1] qio next patches

Daniel P. Berrangé posted 1 patch 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190320165757.16614-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
io/channel-websock.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] qio next patches
Posted by Daniel P. Berrangé 5 years, 1 month ago
The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:

  Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/qio-next-pull-request

for you to fetch changes up to dd154c4d9f48a44ad24e13f46033d0f10a05c923:

  io: fix handling of EOF / error conditions in websock GSource (2019-03-20 16:56:30 +0000)

----------------------------------------------------------------
Merge I/O patch queue

Fix problem with end of file handling with websock channels

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

Daniel P. Berrangé (1):
  io: fix handling of EOF / error conditions in websock GSource

 io/channel-websock.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/1] qio next patches
Posted by Peter Maydell 5 years, 1 month ago
On Wed, 20 Mar 2019 at 16:58, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:
>
>   Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/qio-next-pull-request
>
> for you to fetch changes up to dd154c4d9f48a44ad24e13f46033d0f10a05c923:
>
>   io: fix handling of EOF / error conditions in websock GSource (2019-03-20 16:56:30 +0000)
>
> ----------------------------------------------------------------
> Merge I/O patch queue
>
> Fix problem with end of file handling with websock channels
>
> ----------------------------------------------------------------
>
> Daniel P. Berrangé (1):
>   io: fix handling of EOF / error conditions in websock GSource
>
>  io/channel-websock.c | 8 +++++++-

Applied, thanks.

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

-- PMM