From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEMa8-0008Am-U5 for qemu-devel@nongnu.org; Fri, 14 Feb 2014 12:29:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEMa4-0004J7-1U for qemu-devel@nongnu.org; Fri, 14 Feb 2014 12:29:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEMa3-0004IT-P5 for qemu-devel@nongnu.org; Fri, 14 Feb 2014 12:29:39 -0500 From: Stefan Hajnoczi Date: Fri, 14 Feb 2014 18:29:22 +0100 Message-Id: <1392398973-15092-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/11] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori The following changes since commit 0888a29caac6e1b668e498a0ad4d1fea15de01= 2b: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagi= ng (2014-02-13 15:02:04 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 0c5e94ee8339e1aa49020466eba232e6f7c31a0a: block: Open by reference will try device then node_name. (2014-02-14 18= :05:39 +0100) ---------------------------------------------------------------- Block pull request ---------------------------------------------------------------- Beno=C3=AEt Canet (3): blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to c= rash on close. block: Relax bdrv_lookup_bs constraints. block: Open by reference will try device then node_name. Fam Zheng (1): qemu-iotests: Don't run 005 on vmdk split formats Jeff Cody (5): block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepare block: Don't throw away errno via error_setg block: qemu-iotests - fix test 070 (vhdx) block: qemu-iotests - add vhdx log replay tests for qemu-img block: mirror - use local_err to avoid NULL errp Kevin Wolf (2): sdhci: Drop unnecessary #include blockdev: Remove 'type' parameter from blockdev_init() block.c | 36 ++++++++++++++++-------------- block/iscsi.c | 10 +++++++-- block/mirror.c | 19 +++++++++++----- block/qcow2-snapshot.c | 8 ++++--- block/vmdk.c | 6 ++--- blockdev.c | 55 ++++++++++++++++++++++++++++++++--------= ------ hw/sd/sdhci.c | 1 - tests/qemu-iotests/005 | 2 ++ tests/qemu-iotests/070 | 13 ++++++++++- tests/qemu-iotests/070.out | 15 ++++++++++++- 10 files changed, 115 insertions(+), 50 deletions(-) --=20 1.8.5.3