From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIHW7-0000r5-Gh for qemu-devel@nongnu.org; Fri, 06 May 2011 05:40:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIHW6-0007Oh-Qy for qemu-devel@nongnu.org; Fri, 06 May 2011 05:40:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIHW6-0007Oa-Iu for qemu-devel@nongnu.org; Fri, 06 May 2011 05:40:10 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p469e9aR008627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 6 May 2011 05:40:09 -0400 From: Jes.Sorensen@redhat.com Date: Fri, 6 May 2011 11:39:09 +0200 Message-Id: <1304674751-19111-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH qemu-block 0/2] cleanup progress code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kwolf@redhat.com Cc: qemu-devel@nongnu.org, armbru@redhat.com From: Jes Sorensen Hi, Two small patches cleaning up the progress printing code - adding documentation and removing some unneeded paranthesis. Also know as the 'happy markus' patch series.... This is relative to the block branch. Jes Jes Sorensen (2): Add documentation for qemu_progres_print() qemu-img.c: Remove superfluous parenthesis qemu-img.c | 6 +++--- qemu-progress.c | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) -- 1.7.4.4