From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXAt5-0004u1-32 for qemu-devel@nongnu.org; Fri, 18 Oct 2013 10:18:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXAsz-0001t9-P4 for qemu-devel@nongnu.org; Fri, 18 Oct 2013 10:18:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXAsz-0001t5-Gs for qemu-devel@nongnu.org; Fri, 18 Oct 2013 10:18:41 -0400 From: Stefan Hajnoczi Date: Fri, 18 Oct 2013 16:18:28 +0200 Message-Id: <1382105915-27735-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/7] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Anthony Liguori The following changes since commit 1680d485777ecf436d724631ea8722cc0c6699= 0e: Merge remote-tracking branch 'rth/tcg-ldst-6' into staging (2013-10-14 = 09:59:59 -0700) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to dbbcaa8d4358fdf3c42bf01e9e2d687300e84770: vmdk: fix VMFS extent parsing (2013-10-18 13:41:36 +0200) ---------------------------------------------------------------- Andreas F=C3=A4rber (1): sd: Avoid access to NULL BlockDriverState Fam Zheng (3): blockdev: fix cdrom read_only flag vmdk: Only read cid from image file when opening vmdk: fix VMFS extent parsing Max Reitz (1): block/raw-win32: Always use -errno in hdev_open Mike Qiu (1): hmp: drop bogus "[not inserted]" Stefan Weil (1): virtio: Remove unneeded memcpy block/raw-win32.c | 5 ++--- block/vmdk.c | 10 +++++----- blockdev.c | 7 ++++--- hmp.c | 2 -- hw/block/virtio-blk.c | 1 - hw/sd/sd.c | 2 +- 6 files changed, 12 insertions(+), 15 deletions(-) --=20 1.8.3.1