From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV9le-0007yL-Ac for qemu-devel@nongnu.org; Mon, 28 Nov 2011 17:33:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RV9lZ-0003HH-U7 for qemu-devel@nongnu.org; Mon, 28 Nov 2011 17:33:42 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:39832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV9lZ-0003Bg-RO for qemu-devel@nongnu.org; Mon, 28 Nov 2011 17:33:37 -0500 Received: by ggnb1 with SMTP id b1so6903808ggn.4 for ; Mon, 28 Nov 2011 14:33:27 -0800 (PST) Message-ID: <4ED40C32.3010003@codemonkey.ws> Date: Mon, 28 Nov 2011 16:33:22 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1322244735-12516-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1322244735-12516-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 00/12] Block patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 11/25/2011 12:12 PM, Kevin Wolf wrote: > The following changes since commit 40897c9c160393df922dfdb59cfa210048d3071d: > > Update version for 1.0-rc3 release (2011-11-21 15:05:59 -0600) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Dong Xu Wang (1): > sheepdog: Avoid deadlock in error path > > Kevin Wolf (7): > qcow: Add migration blocker > vdi: Add migration blocker > vmdk: Add migration blocker > vpc: Add migration blocker > vvfat: Add migration blocker > vdi: Fix memory leak > vpc: Add missing error handling in alloc_block > > Paolo Bonzini (4): > virtio-blk: fix cross-endian config space > usb-msd: do not register twice in the boot order > scsi: fix fw path > scsi-generic: add as boot device > > block/qcow.c | 12 ++++++++++++ > block/sheepdog.c | 2 ++ > block/vdi.c | 15 +++++++++++++++ > block/vmdk.c | 16 +++++++++++++++- > block/vpc.c | 18 +++++++++++++++++- > block/vvfat.c | 17 +++++++++++++++++ > hw/pci-hotplug.c | 3 ++- > hw/scsi-bus.c | 11 +++++++---- > hw/scsi-generic.c | 5 +++++ > hw/scsi.h | 2 +- > hw/usb-msd.c | 4 ++-- > hw/virtio-blk.c | 7 ++++--- > 12 files changed, 99 insertions(+), 13 deletions(-) > >