From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [PATCH] Paravirt framebuffer frontend kernel support [1/5] Date: Thu, 02 Nov 2006 11:10:12 +0100 Message-ID: <871womyxa3.fsf@pike.pond.sub.org> References: <1157227080.11059.38.camel@aglarond.local> <20060904090045.GA4812@cam.ac.uk> <87hczgrx07.fsf@pike.pond.sub.org> <20060910093801.GA1874@cam.ac.uk> <87wt7l68jm.fsf@pike.pond.sub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <87wt7l68jm.fsf@pike.pond.sub.org> (Markus Armbruster's message of "Sat, 30 Sep 2006 10:52:13 +0200") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Steven Smith Cc: aliguori , Jeremy Katz , xen-devel , sos22@srcf.ucam.org List-Id: xen-devel@lists.xenproject.org I'm now looking into a conversion to xenbus_driver API. I started with copying some voodoo from blkfront.c. My xenbus_register_frontend() succeeds. Stupid question: what triggers running of the probe function? Because mine doesn't.