Re: [Qemu-devel] [PATCH v4 0/3] Introduce IOMMUNotifier struct

2016-09-08 Thread Peter Xu
locally. > > Type: series > Message-id: 1473389864-19694-1-git-send-email-pet...@redhat.com > Subject: [Qemu-devel] [PATCH v4 0/3] Introduce IOMMUNotifier struct > > === TEST SCRIPT BEGIN === > #!/bin/bash > set -e > git submodule update --init dtc > make J=8 docker

Re: [Qemu-devel] [PATCH v4 0/3] Introduce IOMMUNotifier struct

2016-09-08 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 1473389864-19694-1-git-send-email-pet...@redhat.com Subject: [Qemu-devel] [PATCH v4 0/3] Introduce

[Qemu-devel] [PATCH v4 0/3] Introduce IOMMUNotifier struct

2016-09-08 Thread Peter Xu
V4: - change "notifier_caps" into "notifier_flags" [David] - rename IOMMU_NOTIFIER_{CHANGE|INVALIDATION} with MAP/UNMAP [David] - introduce IOMMUOps.notify_flag_changed, to replace notify_started and notify_stopped [David, Paolo] V3: - use QLIST instead of embedding Notifier into IOMMUNotifier [