mbox

[PULL,0/1] qio next patches

Message ID 20190320165757.16614-1-berrange@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Daniel P. Berrangé March 20, 2019, 4:57 p.m. UTC
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(-)

Comments

Peter Maydell March 21, 2019, 10:53 a.m. UTC | #1
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