WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH][RFC] xm dump-core command add on (TAKE 4)

To: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH][RFC] xm dump-core command add on (TAKE 4)
From: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Date: Thu, 14 Sep 2006 08:20:15 +0100
Cc: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, "Graham, Simon" <Simon.Graham@xxxxxxxxxxx>, John Levon <levon@xxxxxxxxxxxxxxxxx>, Horms <horms@xxxxxxxxxxxx>
Delivery-date: Thu, 14 Sep 2006 00:20:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <8BC6CCDFECFD8Etakebe_akio@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <8BC6CCDFECFD8Etakebe_akio@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Thu, Aug 31, 2006 at 06:29:15PM +0900, Akio Takebe wrote:

Content-Description: Mail message body
> Hi,
> 
> These patches add xm dump-core command.
> Commets are welcome.
> 
> Usage:
>     xm dump-core [-L|--live][-C| --crash] <domID> [output path]
> 
>     -L| --live Live dump:
>         By default, xm dump does an xm pause, unpause before and
>         after taking the dump, respectively.  This option disables
>         the pause/unpause and simply takes the dump.
> 
>     -C :| --crash crash dump: 
>         This executes an xm destroy after the dump file is complete.
> 
> These patches are;
> - check_status_xc_dumpcore.patch
>   This patch is a bugfix patch.
>   It check status of copy_from_domain_page() in 
>   xc_domain_dumpcore_via_callback(). and if it failed,
>   xc_core make incomplete list. 
>   (I reflect commets of John)
>   
> - xmdump.v5.patch
>   This patch adds xm dump-core command. usage is the above.
>   (separate the above patch and up port to xen-unstable.hg-11389)
>   
> - rename_dumpcore.v2.patch
>   This patch adds localtime to corename.
>   And if xc_core failed, add "-incomplete" to corename.
>   This patch depends on xmdump.v5.patch.
>   (not change, only up port to xen-unstable.hg-11389)
>   
> Signed-off-by: Ken Hironaka <hironaka.ken@xxxxxxxxxxxxxxxx>
> Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

All three applied, thanks guys!

Ewan.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] [PATCH][RFC] xm dump-core command add on (TAKE 4), Ewan Mellor <=