From: Alex Williamson <alex.williamson@redhat.com>
To: Knut Omang <knuto@ifi.uio.no>
Cc: qemu-devel <qemu-devel@nongnu.org>, kvm <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] VFIO VGA test branches
Date: Tue, 28 May 2013 07:53:45 -0600 [thread overview]
Message-ID: <1369749225.2646.227.camel@ul30vt.home> (raw)
In-Reply-To: <1369719202.4027.118.camel@ori.omang.mine.nu>
On Tue, 2013-05-28 at 07:33 +0200, Knut Omang wrote:
>
> I noticed this warning in the host log - I suppose it is unrelated but
> thought I'd mention it just in case there is some side effect I do not
> understand here:
>
> [ 0.538124] IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
> [ 0.538619] PCI-DMA: Intel(R) Virtualization Technology for Directed I/O
> [ 0.538676] ------------[ cut here ]------------
> [ 0.538681] WARNING: at drivers/pci/search.c:46 pci_find_upstream_pcie_bridge+0x58/0x80()
> [ 0.538683] Hardware name: To be filled by O.E.M.
> [ 0.538685] Modules linked in:
> [ 0.538687] Pid: 1, comm: swapper/0 Not tainted 3.9.0+ #1
> [ 0.538689] Call Trace:
> [ 0.538694] [<ffffffff8105ed2f>] warn_slowpath_common+0x7f/0xc0
> [ 0.538697] [<ffffffff8105ed8a>] warn_slowpath_null+0x1a/0x20
> [ 0.538699] [<ffffffff8132dc28>] pci_find_upstream_pcie_bridge+0x58/0x80
> [ 0.538703] [<ffffffff8152e26b>] intel_iommu_add_device+0x4b/0x1f0
> [ 0.538706] [<ffffffff81525b30>] ? bus_set_iommu+0x60/0x60
> [ 0.538708] [<ffffffff81525b63>] add_iommu_group+0x33/0x60
> [ 0.538712] [<ffffffff813f38fd>] bus_for_each_dev+0x5d/0xa0
> [ 0.538714] [<ffffffff81525b1b>] bus_set_iommu+0x4b/0x60
> [ 0.538718] [<ffffffff81d47d61>] intel_iommu_init+0xa72/0xb9a
> [ 0.538722] [<ffffffff81d0db94>] ? memblock_find_dma_reserve+0x13d/0x13d
> [ 0.538724] [<ffffffff81d0dba7>] pci_iommu_init+0x13/0x3e
> [ 0.538727] [<ffffffff8100215a>] do_one_initcall+0x12a/0x180
> [ 0.538730] [<ffffffff81d0603b>] kernel_init_freeable+0x150/0x1df
> [ 0.538732] [<ffffffff81d0588d>] ? do_early_param+0x8c/0x8c
> [ 0.538736] [<ffffffff81646580>] ? rest_init+0x80/0x80
> [ 0.538738] [<ffffffff8164658e>] kernel_init+0xe/0xf0
> [ 0.538742] [<ffffffff8166af6c>] ret_from_fork+0x7c/0xb0
> [ 0.538744] [<ffffffff81646580>] ? rest_init+0x80/0x80
> [ 0.538749] ---[ end trace f4e8b5168095f9c1 ]---
There's a bug for this:
https://bugzilla.kernel.org/show_bug.cgi?id=44881
Chances are your system includes one of the non-compliant PCIe-to-PCI
bridges that doesn't include a PCIe capability. So long as you're not
assigning anything behind that bridge, it shouldn't matter, but I think
we'll setup the wrong grouping and use the wrong source ID for devices
behind it. Thanks,
Alex
next prev parent reply other threads:[~2013-05-28 13:54 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-03 22:56 [Qemu-devel] VFIO VGA test branches Alex Williamson
2013-05-08 16:05 ` Alex Williamson
2013-05-13 20:55 ` Knut Omang
2013-05-13 22:23 ` Alex Williamson
2013-05-14 6:42 ` Knut Omang
2013-05-19 15:35 ` Knut Omang
2013-05-19 19:26 ` Maik Broemme
2013-05-20 3:17 ` Alex Williamson
2013-05-20 11:05 ` Maik Broemme
2013-05-28 1:40 ` Maik Broemme
2013-05-28 3:21 ` Alex Williamson
2013-05-28 18:45 ` Maik Broemme
2013-05-28 22:28 ` Alex Williamson
2013-05-29 15:27 ` Maik Broemme
2013-05-29 16:16 ` Maik Broemme
2013-05-29 17:07 ` Alex Williamson
2013-05-20 21:08 ` Knut Omang
2013-05-20 4:15 ` Alex Williamson
2013-05-20 21:11 ` Knut Omang
2013-05-28 5:33 ` Knut Omang
2013-05-28 13:53 ` Alex Williamson [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-10 21:31 Justin Gottula
2013-05-10 21:38 ` Alex Williamson
2013-05-17 8:09 ` Justin Gottula
2013-05-20 3:44 ` Alex Williamson
2013-05-22 3:31 ` Justin Gottula
2013-06-04 8:06 Michael Nelson
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=1369749225.2646.227.camel@ul30vt.home \
--to=alex.williamson@redhat.com \
--cc=knuto@ifi.uio.no \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
/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).