qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/8] curl: Fix hang reading from slow connections


From: Matthew Booth
Subject: [Qemu-devel] [PATCH 0/8] curl: Fix hang reading from slow connections
Date: Tue, 29 Apr 2014 16:03:24 +0100

[PATCH 1/8] curl: Fix long line
[PATCH 2/8] curl: Remove unnecessary use of goto
[PATCH 3/8] curl: Fix return from curl_read_cb with invalid state
[PATCH 4/8] curl: Remove erroneous sleep waiting for curl completion
[PATCH 5/8] curl: Remove unnecessary explicit calls to internal event
[PATCH 6/8] curl: Eliminate unnecessary use of curl_multi_socket_all
[PATCH 7/8] curl: Ensure all informationals are checked for
[PATCH 8/8] curl: Fix hang reading from slow connections

Of the following patchset, only patch 8/8 is required to fix the critical issue.
Patches 1 and 2 are trivial cleanups. Patches 3-7 fix various issues with the
usage of the qemu_aio_* and curl apis which may or may not result in real user
problems.

Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]