mbox

[PULL,0/3] Block layer patches for 2.7.0-rc2

Message ID 1470389558-6557-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git tags/for-upstream

Message

Kevin Wolf Aug. 5, 2016, 9:32 a.m. UTC
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(-)

Comments

Peter Maydell Aug. 5, 2016, 1:09 p.m. UTC | #1
On 5 August 2016 at 10:32, Kevin Wolf <kwolf@redhat.com> wrote:
> 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

Applied, thanks.

-- PMM