Re: [Qemu-block] [PULL 0/3] Block layer patches

2018-11-27 Thread Peter Maydell
On Tue, 27 Nov 2018 at 14:07, Kevin Wolf  wrote:
>
> The following changes since commit d5d31c9a8ab5e87db4230602a6fd5da8eb13135c:
>
>   Merge remote-tracking branch 
> 'remotes/ehabkost/tags/x86-for-3.1-pull-request' into staging (2018-11-27 
> 09:55:05 +)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 6da021815e752b3ca3a547eed53f3e92a8a35452:
>
>   nvme: Fix spurious interrupts (2018-11-27 12:59:00 +0100)
>
> 
> Block layer patches:
>
> - block: Fix crash on migration with explicit child nodes
> - nvme: Fix spurious interrupts
>
> 

Applied, thanks.

-- PMM



[Qemu-block] [PULL 0/3] Block layer patches

2018-11-27 Thread Kevin Wolf
The following changes since commit d5d31c9a8ab5e87db4230602a6fd5da8eb13135c:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-for-3.1-pull-request' 
into staging (2018-11-27 09:55:05 +)

are available in the Git repository at:

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

for you to fetch changes up to 6da021815e752b3ca3a547eed53f3e92a8a35452:

  nvme: Fix spurious interrupts (2018-11-27 12:59:00 +0100)


Block layer patches:

- block: Fix crash on migration with explicit child nodes
- nvme: Fix spurious interrupts


Keith Busch (1):
  nvme: Fix spurious interrupts

Kevin Wolf (2):
  block: Don't inactivate children before parents
  iotests: Test migration with -blockdev

 block.c|  84 +++
 hw/block/nvme.c|   4 +-
 tests/qemu-iotests/234 | 121 +
 tests/qemu-iotests/234.out |  30 +++
 tests/qemu-iotests/group   |   1 +
 5 files changed, 208 insertions(+), 32 deletions(-)
 create mode 100755 tests/qemu-iotests/234
 create mode 100644 tests/qemu-iotests/234.out



Re: [Qemu-block] [PULL 0/3] Block layer patches for 2.7.0-rc2

2016-08-05 Thread Peter Maydell
On 5 August 2016 at 10:32, Kevin Wolf  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



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

2016-08-05 Thread Kevin Wolf
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(-)