From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmn66-0001X9-5f for qemu-devel@nongnu.org; Fri, 29 Jul 2011 09:27:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qmn65-00006y-7X for qemu-devel@nongnu.org; Fri, 29 Jul 2011 09:27:26 -0400 Message-ID: <4E32B5E7.9090304@redhat.com> Date: Fri, 29 Jul 2011 15:30:15 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1311790322-10889-1-git-send-email-freddy77@gmail.com> In-Reply-To: <1311790322-10889-1-git-send-email-freddy77@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] small trivial patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi , qemu-devel@nongnu.org Am 27.07.2011 20:11, schrieb Frediano Ziglio: > Minor fixes and improves > > Frediano Ziglio (3): > block: removed unused function > block: typo fix > aio: always check paio_init result > > block.c | 13 ------------- > block.h | 2 -- > block/raw-posix.c | 13 ++++++------- > 3 files changed, 6 insertions(+), 22 deletions(-) Thanks, applied all to the block branch (and modified the commit log to say "raw-posix: ..." for patches 2 and 3) Kevin