From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: Debian Kernel: Xen-fb-frontend as a module? Date: Tue, 23 Sep 2014 16:43:53 +0100 Message-ID: <54219539.3090108@citrix.com> References: <54217076.9030508@rcpt.to> <1411482601.1781.56.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411482601.1781.56.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , James Bromberger , xen-devel Cc: Stefano Stabellini , David Vrabel , debian-kernel@lists.debian.org List-Id: xen-devel@lists.xenproject.org On 23/09/14 15:30, Ian Campbell wrote: > create ! > title it "30s delay loading xenfb driver on some systems" > owner it Konrad Rzeszutek Wilk > thanks > > Hi James, > > Some of the other Xen devs were discussing an issue which sounded > awfully similar to this one, so I am copying the xen-devel list and > creating a Xen bug to track the issue, please CC xen-devel (no need to > subscribe but you may be moderated the first time), since the tracker > slurps mails from the list. > > I'm not sure of the details of the other issue but it involved > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b1a3b1c8a8d963424c4699efa64dd8986b2f76d7 hopefully Konrad or one of the others will follow up. > > For xen-devel, the first two mails in this thread are > https://lists.debian.org/debian-kernel/2014/09/msg00229.html and > https://lists.debian.org/debian-kernel/2014/09/msg00233.html The wait stuff for xenbus devices looks like pre-dates distros handling asynchronous devices with suitable initrds etc. I think we need a command line configurable white list of device types to wait for. The default should be (to match what was done historically): PV: vbd, vif, pci, vfb, vkbd. HVM: vbd, vif. I also think it should be possible to default (via a config option) to an empty white list. David