From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJjqj-0000Nf-D0 for qemu-devel@nongnu.org; Tue, 10 May 2011 06:07:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJjqi-0001mf-Ir for qemu-devel@nongnu.org; Tue, 10 May 2011 06:07:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJjqi-0001mN-C6 for qemu-devel@nongnu.org; Tue, 10 May 2011 06:07:28 -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 p4AA7Qgf021250 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 10 May 2011 06:07:26 -0400 Message-ID: <4DC90EFE.7030100@redhat.com> Date: Tue, 10 May 2011 12:10:06 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1304955140-29314-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1304955140-29314-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH replacement 1/1] Add documentation for qemu_progress_{init, print}() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: qemu-devel@nongnu.org, armbru@redhat.com Am 09.05.2011 17:32, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin