aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorPaul Durrant <paul.durrant@citrix.com>2010-07-29 18:58:19 +0100
committerPaul Durrant <paul.durrant@citrix.com>2010-07-29 18:58:19 +0100
commit116fe7eac5cda05e693e167700b0a8156bb3f57a (patch)
tree9361df7c8f9bf2692d53d43ed708111a3e2f41a2 /.hgignore
parent9becdd8ee96e8d2572b72a9b9c67a6e5c708971d (diff)
downloadxen-116fe7eac5cda05e693e167700b0a8156bb3f57a.tar.gz
xen-116fe7eac5cda05e693e167700b0a8156bb3f57a.tar.bz2
xen-116fe7eac5cda05e693e167700b0a8156bb3f57a.zip
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 <paul.durrant@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
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$