From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHDQQ-0001EG-F3 for qemu-devel@nongnu.org; Tue, 03 May 2011 07:05:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHDQP-0005OI-1B for qemu-devel@nongnu.org; Tue, 03 May 2011 07:05:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHDQO-0005OA-PD for qemu-devel@nongnu.org; Tue, 03 May 2011 07:05:52 -0400 From: Kevin Wolf Date: Tue, 3 May 2011 13:08:20 +0200 Message-Id: <1304420906-5776-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/6] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 57aa265d462a64a06268be26d49020729cff56c1: lm32: add Milkymist Minimac2 support (2011-05-03 10:48:40 +0200) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Alon Levy (1): ide/atapi: fix set but unused Amit Shah (2): atapi: Move comment to proper place atapi: Explain why we need a 'media not present' state Jes Sorensen (1): qemu-progress.c: printf isn't signal safe Kevin Wolf (1): qemu-img resize: Fix option parsing Nick Thomas (1): NBD: Avoid leaking a couple of strings when the NBD device is closed block/nbd.c | 4 ++++ hw/ide/atapi.c | 14 +++++++++----- qemu-img.c | 13 +++++++++++-- qemu-progress.c | 7 ++++++- 4 files changed, 30 insertions(+), 8 deletions(-)