From 116fe7eac5cda05e693e167700b0a8156bb3f57a Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Thu, 29 Jul 2010 18:58:19 +0100 Subject: tools/misc: xen-hvmcrash: New tool to attempt to crash HVM guests This tool reads the CPU save records, overwrites RIP with a bogus value, and then restores them. This is, of course, not guaranteed to crash the guest (since the CPUs may not be executing in kernel at the time) but it's good for breaking into some tight loops that would be hard to debug otherwise. Signed-off-by: Paul Durrant Signed-off-by: Ian Jackson Committed-by: Ian Jackson --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 0b14d4cefb..d39427946b 100644 --- a/.hgignore +++ b/.hgignore @@ -199,6 +199,7 @@ ^tools/misc/xen_cpuperf$ ^tools/misc/xen-detect$ ^tools/misc/xen-hptool$ +^tools/misc/xen-hvmcrash$ ^tools/misc/xen-tmem-list-parse$ ^tools/misc/xenperf$ ^tools/misc/xenpm$ -- cgit v1.2.3