From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJSH0-0003MR-Hb for qemu-devel@nongnu.org; Fri, 28 Feb 2014 13:35:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJSGq-0005cj-Ve for qemu-devel@nongnu.org; Fri, 28 Feb 2014 13:35:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJSGq-0005cE-NG for qemu-devel@nongnu.org; Fri, 28 Feb 2014 13:34:52 -0500 From: Stefan Hajnoczi Date: Fri, 28 Feb 2014 19:33:34 +0100 Message-Id: <1393612423-26267-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 0/9] 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 9fbee91a131a05e443d7108d7fbdf3ca910202= 90: Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014= -02-27 16:00:31 +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 3eba13ec25341ce473591ff338eab3196890a4eb: block/vmdk: do not report file offset for compressed extents (2014-02-2= 8 18:59:07 +0100) ---------------------------------------------------------------- Block pull request ---------------------------------------------------------------- Amit Shah (1): block: use /var/tmp instead of /tmp for -snapshot Beno=C3=AEt Canet (3): qmp: Fix BlockdevOptionQuorum. qmp: Make Quorum error events more palatable. qemu-io-test: Disable Quorum test when not compiled in. Jeff Cody (2): block: gluster - code movements, state storage changes block: gluster - add reopen support. Loic Dachary (1): discard rbd error output when not relevant in qemu-iotests Paolo Bonzini (1): qemu-iotests: add more tests to the "quick" group Peter Lieven (1): block/vmdk: do not report file offset for compressed extents block.c | 5 +- block/gluster.c | 143 +++++++++++++++++++++++++++++++++++++= +----- block/quorum.c | 9 ++- block/vmdk.c | 2 +- docs/qmp/qmp-events.txt | 75 ++++++++++++----------- qapi-schema.json | 5 +- tests/qemu-iotests-quick.sh | 1 + tests/qemu-iotests/081 | 3 + tests/qemu-iotests/081.out | 2 +- tests/qemu-iotests/common.rc | 2 +- tests/qemu-iotests/group | 34 +++++----- 11 files changed, 203 insertions(+), 78 deletions(-) --=20 1.8.5.3