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

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

To: xen-devel@xxxxxxxxxxxxxxxxxxx, "Graham, Simon" <Simon.Graham@xxxxxxxxxxx>, John Levon <levon@xxxxxxxxxxxxxxxxx>, Horms <horms@xxxxxxxxxxxx>, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>, Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][RFC] xm dump-core command add on (TAKE 4)
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Thu, 31 Aug 2006 18:29:15 +0900
Delivery-date: Thu, 31 Aug 2006 02:30:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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>

Best Regards,

Akio Takebe

Attachment: check_status_xc_dumpcore.patch
Description: Binary data

Attachment: rename_dumpcore.v2.patch
Description: Binary data

Attachment: xmdump.v5.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][RFC] xm dump-core command add on (TAKE 4), Akio Takebe <=