From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: Driver Architecture Changes Date: Thu, 17 Nov 2005 21:37:37 +0000 Message-ID: <20051117213737.GA14639@leeni.uk.xensource.com> References: <20051117172645.GC23667@leeni.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefan Berger Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Nov 17, 2005 at 02:51:38PM -0500, Stefan Berger wrote: > Another question: I see that the .suspend function is not used in the > frontends anymore, but the structure still has that member. Is the suspend > member about to be removed? The block and net drivers don't need this at the moment, but it seems like some driver may need it some time, so no, we won't be removing it. It does no harm to support it, and it may be useful to someone. Ewan.