From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Kevin Wolf Date: Fri, 17 Aug 2012 21:25:04 +0200 Message-Id: <1345231508-7633-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Block patches for 1.2-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@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(-)