[Qemu-devel] [PULL 0/2] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170628122041.13558-1-stefanha@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
hw/block/virtio-blk.c  | 12 +++++++-----
hw/virtio/virtio-pci.c |  2 +-
hw/block/trace-events  | 10 +++++-----
3 files changed, 13 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/2] Block patches
Posted by Stefan Hajnoczi 8 years, 7 months ago
The following changes since commit 577caa2672ccde7352fda3ef17e44993de862f0e:

  Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstream' into staging (2017-06-27 16:56:55 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 439778e6b4a20c8fe6a6a92a17013b09c4ae55d0:

  virtio-pci: use ioeventfd even when KVM is disabled (2017-06-28 13:18:53 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Stefan Hajnoczi (2):
  virtio-blk: trace vdev so devices can be distinguished
  virtio-pci: use ioeventfd even when KVM is disabled

 hw/block/virtio-blk.c  | 12 +++++++-----
 hw/virtio/virtio-pci.c |  2 +-
 hw/block/trace-events  | 10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

-- 
2.9.4


Re: [Qemu-devel] [PULL 0/2] Block patches
Posted by Stefan Hajnoczi 8 years, 7 months ago
On Wed, Jun 28, 2017 at 1:20 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 577caa2672ccde7352fda3ef17e44993de862f0e:
>
>   Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstream' into staging (2017-06-27 16:56:55 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 439778e6b4a20c8fe6a6a92a17013b09c4ae55d0:
>
>   virtio-pci: use ioeventfd even when KVM is disabled (2017-06-28 13:18:53 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Stefan Hajnoczi (2):
>   virtio-blk: trace vdev so devices can be distinguished
>   virtio-pci: use ioeventfd even when KVM is disabled

NACK

I missed the mail discussing the virtio-scsi-test assertion failure
caused by "virtio-pci: use ioeventfd even when KVM is disabled".

Stefan