[Bug 43339] Wrong Pci-Bridge Header Type check.

2012-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43339


Alan a...@lxorguk.ukuu.org.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||a...@lxorguk.ukuu.org.uk
 Resolution||CODE_FIX




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 43339] Wrong Pci-Bridge Header Type check.

2012-07-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43339


Florian Mickler flor...@mickler.org changed:

   What|Removed |Added

 CC||flor...@mickler.org




--- Comment #3 from Florian Mickler flor...@mickler.org  2012-07-01 09:40:03 
---
A patch referencing this bug report has been merged in Linux v3.5-rc4:

commit f961f72836eb6c0fd76201f6f6b2fafff93c4cea
Author: Jan Kiszka jan.kis...@siemens.com
Date:   Fri Jun 15 07:56:20 2012 -0600

KVM: Fix PCI header check on device assignment

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 43339] Wrong Pci-Bridge Header Type check.

2012-06-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43339


Alex Williamson alex.william...@redhat.com changed:

   What|Removed |Added

 CC||alex.william...@redhat.com




--- Comment #1 from Alex Williamson alex.william...@redhat.com  2012-06-05 
18:33:46 ---
(In reply to comment #0)
 
 So, 1  0xE == 0 thus KVM assigns pci-bridge device to VM successfully.

Have you found this to be true in practice?  The test here is clearly wrong,
but immediately after this we test pci-sysfs resource permissions.  We only
test standard device resources, as we're not expecting a bridge to get through,
but I believe those should all be zero for a bridge, which will result in
denying assignment of the device because it has no resources.  If you have a
pci-bridge that actually makes it through that test, please include lspci -vvv
for it here.  Thanks

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html