From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHExq-0008NY-8m for qemu-devel@nongnu.org; Tue, 03 May 2011 08:44:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHExp-00060g-7N for qemu-devel@nongnu.org; Tue, 03 May 2011 08:44:30 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:62502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHExp-00060T-56 for qemu-devel@nongnu.org; Tue, 03 May 2011 08:44:29 -0400 Received: by gxk26 with SMTP id 26so10448gxk.4 for ; Tue, 03 May 2011 05:44:27 -0700 (PDT) Message-ID: <4DBFF8A9.1000201@codemonkey.ws> Date: Tue, 03 May 2011 07:44:25 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1304420906-5776-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1304420906-5776-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/6] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 05/03/2011 06:08 AM, Kevin Wolf wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > 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(-)