|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Regression in kernel 3.5 as Dom0 regarding PCI Passthrough?!
FYI:This Dom0-Crash only happens, when i shuttdown the DomU within the DomU, meaning when i choose "Start - Shutdown" within Windows7. The Crash does NOT happen, when i do "xl shutdown domu" ... ?! :) Greetings Tobias Am 05.09.2012 20:54, schrieb Konrad Rzeszutek Wilk: > > > And its due to a patch I added in v3.4 > > > (cd9db80e5257682a7f7ab245a2459648b3c8d268)> > > - which did not work properly in v3.4, but with v3.5 got it working > > > (977f857ca566a1e68045fcbb7cfc9c4acb077cf0) which causes v3.5 to> now > > > work > > > anymore. > > > > > > Anyhow, for right now jsut revert > > > cd9db80e5257682a7f7ab245a2459648b3c8d268 > > > and it should work for you. > > > Confirmed, after reverting that commit, VT-d will work fine. Will you fix this and push it to upstream Linux, Konrad? > > Also, our team reported a VT-d bug 2 months ago. > > http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1824 >Can either one of you please test this patch, please: diff --git a/drivers/xen/xen-pciback/pci_stub.c b/drivers/xen/xen-pciback/pci_stub.c index 097e536..425bd0b 100644 --- a/drivers/xen/xen-pciback/pci_stub.c +++ b/drivers/xen/xen-pciback/pci_stub.c @@ -4,6 +4,8 @@ * Ryan Wilson <hap9@xxxxxxxxxxxxxx> * Chris Bookholt <hap10@xxxxxxxxxxxxxx> */ +#define DEBUG 1 + #include <linux/module.h> #include <linux/init.h> #include <linux/rwsem.h>@@ -97,13 +99,15 @@ static void pcistub_device_release(struct kref *kref) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |