kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: yi.l.liu@intel.com
Cc: qemu-devel@nongnu.org, alex.williamson@redhat.com,
	peterx@redhat.com, jean-philippe@linaro.org,
	kevin.tian@intel.com, yi.l.liu@intel.com, kvm@vger.kernel.org,
	mst@redhat.com, jun.j.tian@intel.com, eric.auger@redhat.com,
	yi.y.sun@intel.com, pbonzini@redhat.com, hao.wu@intel.com,
	david@gibson.dropbear.id.au
Subject: Re: [RFC v6 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
Date: Thu, 11 Jun 2020 09:16:35 -0700 (PDT)	[thread overview]
Message-ID: <159189219293.1247.7275400437936161232@45ef0f9c86ae> (raw)
In-Reply-To: <1591880064-30638-1-git-send-email-yi.l.liu@intel.com>

Patchew URL: https://patchew.org/QEMU/1591880064-30638-1-git-send-email-yi.l.liu@intel.com/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#! /bin/bash
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

                 from /tmp/qemu-test/src/include/hw/pci/pci_bus.h:4,
                 from /tmp/qemu-test/src/include/hw/pci-host/i440fx.h:15,
                 from /tmp/qemu-test/src/stubs/pci-host-piix.c:2:
/tmp/qemu-test/src/include/hw/iommu/host_iommu_context.h:28:10: fatal error: linux/iommu.h: No such file or directory
 #include <linux/iommu.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [/tmp/qemu-test/src/rules.mak:69: stubs/pci-host-piix.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./tests/docker/docker.py", line 665, in <module>
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=20ab2e96e2184a34991b921ccf653692', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-7vcs_zuh/src/docker-src.2020-06-11-12.14.00.9198:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=20ab2e96e2184a34991b921ccf653692
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-7vcs_zuh/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    2m33.027s
user    0m8.357s


The full log is available at
http://patchew.org/logs/1591880064-30638-1-git-send-email-yi.l.liu@intel.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

      parent reply	other threads:[~2020-06-11 16:32 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11 12:53 [RFC v6 00/25] intel_iommu: expose Shared Virtual Addressing to VMs Liu Yi L
2020-06-11 12:54 ` [RFC v6 01/25] scripts/update-linux-headers: Import iommu.h Liu Yi L
2020-06-11 12:54 ` [RFC v6 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.7-rc4 Liu Yi L
2020-06-11 12:54 ` [RFC v6 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps Liu Yi L
2020-06-11 12:54 ` [RFC v6 04/25] hw/pci: introduce pci_device_get_iommu_attr() Liu Yi L
2020-06-11 12:54 ` [RFC v6 05/25] intel_iommu: add get_iommu_attr() callback Liu Yi L
2020-06-11 12:54 ` [RFC v6 06/25] vfio: pass nesting iommu requirement into vfio_get_group() Liu Yi L
2020-06-11 12:54 ` [RFC v6 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support Liu Yi L
2020-06-11 12:54 ` [RFC v6 08/25] hw/iommu: introduce HostIOMMUContext Liu Yi L
2020-06-11 12:54 ` [RFC v6 09/25] hw/pci: introduce pci_device_set/unset_iommu_context() Liu Yi L
2020-06-11 12:54 ` [RFC v6 10/25] intel_iommu: add set/unset_iommu_context callback Liu Yi L
2020-06-11 12:54 ` [RFC v6 11/25] vfio/common: provide PASID alloc/free hooks Liu Yi L
2020-06-11 12:54 ` [RFC v6 12/25] vfio: init HostIOMMUContext per-container Liu Yi L
2020-06-11 12:54 ` [RFC v6 13/25] intel_iommu: add virtual command capability support Liu Yi L
2020-06-11 12:54 ` [RFC v6 14/25] intel_iommu: process PASID cache invalidation Liu Yi L
2020-06-11 12:54 ` [RFC v6 15/25] intel_iommu: add PASID cache management infrastructure Liu Yi L
2020-06-11 12:54 ` [RFC v6 16/25] vfio: add bind stage-1 page table support Liu Yi L
2020-06-11 12:54 ` [RFC v6 17/25] intel_iommu: sync IOMMU nesting cap info for assigned devices Liu Yi L
2020-06-11 12:54 ` [RFC v6 18/25] intel_iommu: bind/unbind guest page table to host Liu Yi L
2020-06-11 12:54 ` [RFC v6 19/25] intel_iommu: replay pasid binds after context cache invalidation Liu Yi L
2020-06-11 12:54 ` [RFC v6 20/25] intel_iommu: do not pass down pasid bind for PASID #0 Liu Yi L
2020-06-11 12:54 ` [RFC v6 21/25] vfio: add support for flush iommu stage-1 cache Liu Yi L
2020-06-11 12:54 ` [RFC v6 22/25] intel_iommu: process PASID-based iotlb invalidation Liu Yi L
2020-06-11 12:54 ` [RFC v6 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host Liu Yi L
2020-06-11 12:54 ` [RFC v6 24/25] intel_iommu: process PASID-based Device-TLB invalidation Liu Yi L
2020-06-11 12:54 ` [RFC v6 25/25] intel_iommu: modify x-scalable-mode to be string option Liu Yi L
2020-06-11 16:16 ` no-reply [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=159189219293.1247.7275400437936161232@45ef0f9c86ae \
    --to=no-reply@patchew.org \
    --cc=alex.williamson@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=eric.auger@redhat.com \
    --cc=hao.wu@intel.com \
    --cc=jean-philippe@linaro.org \
    --cc=jun.j.tian@intel.com \
    --cc=kevin.tian@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yi.l.liu@intel.com \
    --cc=yi.y.sun@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).