From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVbUn-0001sa-H6 for qemu-devel@nongnu.org; Fri, 05 Aug 2016 05:32:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVbUl-0002p7-Jr for qemu-devel@nongnu.org; Fri, 05 Aug 2016 05:32:48 -0400 From: Kevin Wolf Date: Fri, 5 Aug 2016 11:32:35 +0200 Message-Id: <1470389558-6557-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/3] Block layer patches for 2.7.0-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org The following changes since commit 42e0d60f1615ef63d16e41bb1668805560c37870: Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160804' into staging (2016-08-04 18:36:05 +0100) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 47989f14472262a289894058f7babf1db37edda5: nvme: bump PCI revision (2016-08-05 10:56:08 +0200) ---------------------------------------------------------------- Block layer patches for 2.7.0-rc2 ---------------------------------------------------------------- Christoph Hellwig (2): nvme: fix identify to be NVMe 1.1 compliant nvme: bump PCI revision Kevin Wolf (1): block: Accept any target node for transactional blockdev-backup blockdev.c | 8 +++---- hw/block/nvme.c | 61 +++++++++++++++++++++++++++++++++++++++++++++------- qapi/block-core.json | 2 +- 3 files changed, 58 insertions(+), 13 deletions(-)