aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-11-22 18:28:47 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-11-22 18:28:47 +0000
commit8b831f41894b72eb28260edea0d892e3027535d9 (patch)
treecfd1deec6ddcf7eae254c99900c236d6b4cf2615 /xen/include/asm-x86/hvm/support.h
parentfaeda954c3b7612a08e857fb0b8c020a4ea89a70 (diff)
downloadxen-8b831f41894b72eb28260edea0d892e3027535d9.tar.gz
xen-8b831f41894b72eb28260edea0d892e3027535d9.tar.bz2
xen-8b831f41894b72eb28260edea0d892e3027535d9.zip
x86: single step after instruction emulation
Inject single step trap after emulating instructions if guest's EFLAGS.TF is set. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Keir Fraser <keir.fraser@eu.citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index 2a8d05734a..f251c881fa 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -50,7 +50,7 @@ static inline vcpu_iodata_t *get_ioreq(struct vcpu *v)
#define TYPE_CLTS (2 << 4)
#define TYPE_LMSW (3 << 4)
-#define VMX_DELIVER_NO_ERROR_CODE -1
+#define HVM_DELIVER_NO_ERROR_CODE -1
#if HVM_DEBUG
#define DBG_LEVEL_0 (1 << 0)