From patchwork Mon Jun 17 16:31:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 251918 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CE7972C01D4 for ; Tue, 18 Jun 2013 02:32:33 +1000 (EST) Received: from localhost ([::1]:47530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UocM1-0008RH-IP for incoming@patchwork.ozlabs.org; Mon, 17 Jun 2013 12:32:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UocLX-0008Od-Ch for qemu-devel@nongnu.org; Mon, 17 Jun 2013 12:32:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UocLV-0004eZ-RV for qemu-devel@nongnu.org; Mon, 17 Jun 2013 12:31:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UocLV-0004eU-Kr for qemu-devel@nongnu.org; Mon, 17 Jun 2013 12:31:57 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5HGVuBH018075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 17 Jun 2013 12:31:56 -0400 Received: from dhcp-200-207.str.redhat.com (ovpn-116-107.ams2.redhat.com [10.36.116.107]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5HGVrgQ023817; Mon, 17 Jun 2013 12:31:54 -0400 From: Kevin Wolf To: anthony@codemonkey.ws Date: Mon, 17 Jun 2013 18:31:43 +0200 Message-Id: <1371486710-17793-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 0/7] Block patches 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 38aea177d93556aada7c4c7aa530f0050715e293: Merge remote-tracking branch 'pmaydell/configury.next' into staging (2013-06-17 08:57:57 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony for you to fetch changes up to 0bed087df24c7b3fae366f239b9d150de3309416: vmdk: Allow reading variable size descriptor files (2013-06-17 17:47:59 +0200) ---------------------------------------------------------------- Evgeny Budilovsky (1): vmdk: Allow reading variable size descriptor files Keith Busch (1): NVMe: Initial commit for new storage interface Liu Yuan (2): sheepdog: fix snapshot tag initialization sheepdog: support 'qemu-img snapshot -a' Richard W.M. Jones (2): block/curl.c: Refuse to open the handle for writes. curl: Don't set curl options on the handle just before it's going to be deleted. Stefan Hajnoczi (1): vmdk: byteswap VMDK4Header.desc_offset field MAINTAINERS | 5 + block/curl.c | 8 +- block/sheepdog.c | 14 +- block/vmdk.c | 34 +- default-configs/pci.mak | 1 + hw/block/Makefile.objs | 1 + hw/block/nvme.c | 885 +++++++++++++++++++++++++++++++++++++++++++++++ hw/block/nvme.h | 711 +++++++++++++++++++++++++++++++++++++ include/hw/pci/pci_ids.h | 1 + 9 files changed, 1641 insertions(+), 19 deletions(-) create mode 100644 hw/block/nvme.c create mode 100644 hw/block/nvme.h