From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 196685] System becomes unresponsive after intel_iommu kernel
error
Date: Thu, 17 Aug 2017 05:00:30 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8BIT
To: kvm@kernel.org
Return-path:
Received: from mail.wl.linuxfoundation.org ([198.145.29.98]:39212 "EHLO
mail.wl.linuxfoundation.org" rhost-flags-OK-OK-OK-OK)
by vger.kernel.org with ESMTP id S1750800AbdHQFBL (ORCPT
); Thu, 17 Aug 2017 01:01:11 -0400
Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1])
by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8FA6728ACF
for ; Thu, 17 Aug 2017 05:01:11 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=196685
--- Comment #3 from Jason Hicks (jaszhix@gmail.com) ---
Created attachment 257975
--> https://bugzilla.kernel.org/attachment.cgi?id=257975&action=edit
iommu groups
Output of `for iommu_group in $(find /sys/kernel/iommu_groups/ -maxdepth 1
-mindepth 1 -type d); do echo "IOMMU group $(basename "$iommu_group")"; for
device in $(\ls -1 "$iommu_group"/devices/); do echo -n $'\t'; lspci -nns
"$device"; done; done`
--
You are receiving this mail because:
You are watching the assignee of the bug.