From patchwork Fri Aug 17 19:25:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 178336 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E3A2C2C00A1 for ; Sat, 18 Aug 2012 05:25:27 +1000 (EST) Received: from localhost ([::1]:53405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2SAf-000263-Da for incoming@patchwork.ozlabs.org; Fri, 17 Aug 2012 15:25:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2SAV-00025W-3V for qemu-devel@nongnu.org; Fri, 17 Aug 2012 15:25:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2SAT-0002wf-NQ for qemu-devel@nongnu.org; Fri, 17 Aug 2012 15:25:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2SAT-0002wZ-Fb for qemu-devel@nongnu.org; Fri, 17 Aug 2012 15:25:13 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7HJPBvE003464 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 17 Aug 2012 15:25:11 -0400 Received: from dhcp-5-188.str.redhat.com (vpn1-6-49.ams2.redhat.com [10.36.6.49]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7HJP9H0021289; Fri, 17 Aug 2012 15:25:10 -0400 From: Kevin Wolf To: anthony@codemonkey.ws Date: Fri, 17 Aug 2012 21:25:04 +0200 Message-Id: <1345231508-7633-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 0/4] Block patches for 1.2-rc1 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 731dc9ecd4f2c3041538f7eb2d10eee0cb82da1b: Update version to 1.2.0-rc0 (2012-08-16 13:56:34 -0500) are available in the git repository at: http://repo.or.cz/r/qemu/kevin.git for-anthony Kevin Wolf (3): vmdk: Fix header structure vmdk: Read footer for streamOptimized images Documentation: Warn against qemu-img on active image Stefan Hajnoczi (1): virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine types block/vmdk.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- hw/pc_piix.c | 4 +++ hw/virtio-blk.c | 4 ++- hw/virtio-blk.h | 1 + hw/virtio-pci.c | 1 + qemu-img.texi | 8 +++++++ 6 files changed, 74 insertions(+), 2 deletions(-)