[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue
> > > > + list_del(&pdev->domain_list); > > > + pdev->domain = NULL; > > > + pci_hide_existing_device(pdev); > > > + break; > > > + } > > > + } > > > + > > > + pcidevs_unlock(); > > > + > > > + if ( !is_hardware_domain(d) ) > > > + domain_crash(d); > > > > The description said something about 'just throw out a warning' (if the > > domain > > owning it is a hardware domain). That seems to be missing? > > > > > > The warning is in the call path, in queue_invalidate_wait(): > """Queue invalidate wait descriptor timed out.""" Aah, right. > > Then, does it make sense? Yes. I would recommend you modify the commit description so that clueless folks like me can see it. You could modify the commit description to say: "just throw out a warning (done in queue_invalidate_wait)." > > Quan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |