From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYhoY-0006KZ-Se for qemu-devel@nongnu.org; Tue, 13 Jul 2010 11:54:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYhoW-0001YN-Ti for qemu-devel@nongnu.org; Tue, 13 Jul 2010 11:54:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37210) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYhoW-0001YD-MH for qemu-devel@nongnu.org; Tue, 13 Jul 2010 11:54:32 -0400 From: Kevin Wolf Date: Tue, 13 Jul 2010 17:54:21 +0200 Message-Id: <1279036466-19934-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/5] Block patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org These are some more fixes that should go into 0.13. The following changes since commit f077caa99c21847152e706e222277b378cb0ec2f: Merge remote branch 'mst/for_anthony' into staging (2010-07-13 08:56:27 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Markus Armbruster (3): virtio-pci: Check for virtio_blk_init() failure virtio-blk: Fix virtio-blk-s390 to require drive ide scsi virtio-blk: Reject empty drives unless media is removable Shahar Havivi (1): Block migration fail, ignore error from bdrv_getlength Stefan Weil (1): qemu-img: Fix copy+paste bug in documentation block-migration.c | 2 +- hw/ide/core.c | 4 ++++ hw/scsi-disk.c | 5 +++++ hw/virtio-blk.c | 10 ++++++++++ hw/virtio-pci.c | 5 ++--- qemu-img-cmds.hx | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-)