aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-15 10:43:59 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-15 10:43:59 +0100
commit89130c31e54744da03b04ec1c0835375ea06d306 (patch)
treef2ac0798289b270ac27f20a7ed9dd57463b45e45 /xen/include/asm-x86/hvm/support.h
parentf1bd686887205e44fe33fa9b5130d79e90bfcb91 (diff)
downloadxen-89130c31e54744da03b04ec1c0835375ea06d306.tar.gz
xen-89130c31e54744da03b04ec1c0835375ea06d306.tar.bz2
xen-89130c31e54744da03b04ec1c0835375ea06d306.zip
x86/hvm: add logging for hypercalls
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index efbc2b39b0..74d923cb10 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -62,6 +62,7 @@ static inline vcpu_iodata_t *get_ioreq(struct vcpu *v)
#define DBG_LEVEL_VLAPIC_TIMER (1 << 7)
#define DBG_LEVEL_VLAPIC_INTERRUPT (1 << 8)
#define DBG_LEVEL_IOAPIC (1 << 9)
+#define DBG_LEVEL_HCALL (1 << 10)
extern unsigned int opt_hvm_debug_level;
#define HVM_DBG_LOG(level, _f, _a...) \