From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965648AbXCPQ51 (ORCPT ); Fri, 16 Mar 2007 12:57:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965652AbXCPQ51 (ORCPT ); Fri, 16 Mar 2007 12:57:27 -0400 Received: from gw.goop.org ([64.81.55.164]:36802 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965648AbXCPQ50 (ORCPT ); Fri, 16 Mar 2007 12:57:26 -0400 Message-ID: <45FACC76.1020902@goop.org> Date: Fri, 16 Mar 2007 09:57:26 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Ingo Molnar CC: Andi Kleen , Andrew Morton , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Chris Wright , Zachary Amsden , Rusty Russell , Ian Pratt , Christian Limpach , Greg KH Subject: Re: [patch 24/26] Xen-paravirt_ops: Add the Xenbus sysfs and virtual device hotplug driver. References: <20070301232443.195603797@goop.org> <20070301232529.271605211@goop.org> <20070316084704.GB23174@elte.hu> In-Reply-To: <20070316084704.GB23174@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > * Jeremy Fitzhardinge wrote: > > >> This communicates with the machine control software via a registry >> residing in a controlling virtual machine. This allows dynamic >> creation, destruction and modification of virtual device >> configurations (network devices, block devices and CPUS, to name some >> examples). >> > > should be reviewed by the driver-core folks too i guess? > > >> +//#include >> > > >> +//#include >> +//#include >> > > >> +//#include >> > > >> +// .shutdown = xenbus_dev_shutdown, >> > > hm? > Yeah, gunk. I'll clean that out. J