From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHajI-0000CH-KO for qemu-devel@nongnu.org; Wed, 13 Aug 2014 11:44:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHaj5-0004X0-28 for qemu-devel@nongnu.org; Wed, 13 Aug 2014 11:44:48 -0400 Received: from e24smtp05.br.ibm.com ([32.104.18.26]:51186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHaj4-0004Wq-Nm for qemu-devel@nongnu.org; Wed, 13 Aug 2014 11:44:35 -0400 Received: from /spool/local by e24smtp05.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 13 Aug 2014 12:44:32 -0300 Received: from d24relay02.br.ibm.com (d24relay02.br.ibm.com [9.13.184.26]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id 0DC243520068 for ; Wed, 13 Aug 2014 11:44:23 -0400 (EDT) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay02.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s7DFhVKO12190178 for ; Wed, 13 Aug 2014 12:43:32 -0300 Received: from d24av03.br.ibm.com (localhost [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s7DFiSlZ029730 for ; Wed, 13 Aug 2014 12:44:28 -0300 From: Daniel Henrique Barboza Date: Wed, 13 Aug 2014 12:44:26 -0300 Message-Id: <1407944667-17932-1-git-send-email-danielhb@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v3] block.curl: timeout option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Qemu Devel Cc: Kevin Wolf , Daniel Henrique Barboza , Stefan Hajnoczi Changes in v3: - changed option name from 'curltimeout' to 'timeout' Changes in v2: - remove double quote from the int value in qemu-options.hx Daniel Henrique Barboza (1): block.curl: adding 'timeout' option block/curl.c | 13 ++++++++++++- qemu-options.hx | 10 ++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) -- 1.8.3.1