aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-12-16 11:49:20 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-12-16 11:49:20 +0000
commit74d59a59e2db922adb45a427df3d77b8ff0f7aea (patch)
treea0d2e657a8ef20aaa680ea9df187b17511639d18 /xen/include/asm-x86/hvm/vcpu.h
parent53e5cd08efbc58937be16027b35414a3353bfc51 (diff)
downloadxen-74d59a59e2db922adb45a427df3d77b8ff0f7aea.tar.gz
xen-74d59a59e2db922adb45a427df3d77b8ff0f7aea.tar.bz2
xen-74d59a59e2db922adb45a427df3d77b8ff0f7aea.zip
x86: Enable MTF for HVM guest single step in gdb
Signed-off-by: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index 6eb9d67b73..faea392f92 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -59,6 +59,7 @@ struct hvm_vcpu {
bool_t flag_dr_dirty;
bool_t debug_state_latch;
+ bool_t single_step;
union {
struct arch_vmx_struct vmx;