From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] xl: Use proper path for 'do_flr' functionality. Date: Fri, 11 Jul 2014 15:50:55 -0400 Message-ID: <20140711195055.GL23257@laptop.dumpdata.com> References: <1404846037-14516-1-git-send-email-konrad@kernel.org> <1405005796.4570.8.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1405005796.4570.8.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 Cc: konrad@kernel.org, xen-devel@lists.xen.org, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, Jul 10, 2014 at 04:23:16PM +0100, Ian Campbell wrote: > > On Tue, 2014-07-08 at 15:00 -0400, konrad@kernel.org wrote: > > From: Konrad Rzeszutek Wilk > > > > Commit f74035d3b1e827ff6ff1873e2f10feb011a8d0d2 "xl: PCI code cleanups" > > introduced an regression where it changed the name from: > > /sys/bus/pci/drivers/pciback/do_flr > > to > > libxl_sprintf(ctx, "%s/pciback/do_flr", SYSFS_PCI_DEV); > > > > And SYSFS_PCI_DEV is "/sys/bus/pci/devices", meaning we would > > do /sys/bus/pci/devices/pciback/do_flr. The proper define > > should have been SYSFS_PCIBACK_DRIVER, which is what this patch does. > > > > Signed-off-by: Konrad Rzeszutek Wilk > > Acked and applied, correcting the title to say libxl. Duh. Thank and will be more careful in the future. > > Ian. > > >