From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wktx9-0004as-Gj for qemu-devel@nongnu.org; Thu, 15 May 2014 07:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wktx0-00009Z-9o for qemu-devel@nongnu.org; Thu, 15 May 2014 07:35:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wktx0-00008Y-2c for qemu-devel@nongnu.org; Thu, 15 May 2014 07:35:50 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4FBZnIg027509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 15 May 2014 07:35:49 -0400 Date: Thu, 15 May 2014 13:35:47 +0200 From: Kevin Wolf Message-ID: <20140515113547.GD3822@noname.redhat.com> References: <1400110123-2692-1-git-send-email-mbooth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400110123-2692-1-git-send-email-mbooth@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/4] curl: Fix build when curl_multi_socket_action isn't available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthew Booth Cc: qemu-devel@nongnu.org Am 15.05.2014 um 01:28 hat Matthew Booth geschrieben: > Signed-off-by: Matthew Booth > --- > block/curl.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Thanks, applied all to the block branch (with patch 3 fixed as commented there). Please don't forget --cover-letter and --subject-prefix="PATCH v2" next time, that makes it easier to reply to the whole series and to keep track of the current version. Kevin