From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH] pv-ops: register xen pci notifier Date: Tue, 28 Jul 2009 10:57:39 -0700 Message-ID: <4A6F3C13.9000906@goop.org> References: <1248659808-22198-1-git-send-email-weidong.han@intel.com> <20090728092715.64059b28@jbarnes-g45> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090728092715.64059b28@jbarnes-g45> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jesse Barnes Cc: xen-devel@lists.xensource.com, linux-pci@vger.kernel.org, yunhong.jiang@intel.com, allen.m.kay@intel.com, Keir.Fraser@eu.citrix.com, Weidong Han List-Id: xen-devel@lists.xenproject.org On 07/28/09 09:27, Jesse Barnes wrote: > On Mon, 27 Jul 2009 09:56:48 +0800 > Weidong Han wrote: > > >> Register the notifier to handle hot-plug devices and SR-IOV devices >> for Xen hypervisor. When a device is hot added or removed, it adds >> or removes it to Xen via hypercalls. >> >> Signed-off-by: Weidong Han >> --- >> drivers/xen/Makefile | 5 +- >> drivers/xen/pci.c | 105 >> +++++++++++++++++++++++++++++++++++++++ >> include/xen/interface/physdev.h | 21 ++++++++ 3 files changed, 129 >> insertions(+), 2 deletions(-) create mode 100644 drivers/xen/pci.c >> > > Did you want this to come through the PCI tree? Or do you just want > some extra review on it before pushing it through the Xen tree? > I'll put it through the Xen tree, since I don't think it makes much sense standalone. Are you happy to Ack/Reviewed-by it? J