From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] Add xentrace/xen_crash. Date: Wed, 23 Oct 2013 13:24:59 -0400 Message-ID: <20131023172459.GF28413@phenom.dumpdata.com> References: <1381759647-29797-1-git-send-email-dslutz@verizon.com> <525C224B.4080609@citrix.com> <525D562E.3030809@terremark.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <525D562E.3030809@terremark.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: Don Slutz Cc: Ian Campbell , Stefano Stabellini , George Dunlap , Don Slutz , Ian Jackson , xen-devel@lists.xen.org, David Vrabel List-Id: xen-devel@lists.xenproject.org On Tue, Oct 15, 2013 at 10:50:22AM -0400, Don Slutz wrote: > On 10/14/13 12:56, David Vrabel wrote: > >On 14/10/13 15:07, Don Slutz wrote: > >>From: Don Slutz > >> > >>This allows crash to connect to a domU. Usage: > >> > >>usage: xen_crash [] > >> > >> xen_crash 1& > >> crash localhost:5001 /usr/lib/debug/lib/modules/3.8.11-100.fc17.x86_64/vmlinux > >> > >>The domU will be paused while crash is connected. Currently the code exits when crash disconnects. > >> > >>Signed-off-by: Don Slutz > >[...] > >>--- a/tools/xentrace/Makefile > >>+++ b/tools/xentrace/Makefile > >> > >>+ * tools/xentrace/xen_crash.c > >>+ * > >>+ * Connect crash to DOMu. > >>+ * > >>+ * Copyright (C) 2012 by Cloud Switch, Inc. > >The copyright holder appears not to be your current employer and there's > >no license text. > Not quite right. Cloud Switch, Inc. now owned by Terremark, which > is owned by Verizon. So I think the usual is that you say: Copyright (C) 2012 by Cloud Switch, Inc. Copyright (C) 2013 by Terremark. Copyright (C) 2013 by Verizon. etc. That way it is clear throught which hands the copyright has passed.