aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_core_x86.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-30 15:00:21 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-30 15:00:21 +0100
commit75dabf614d9c2b0884352ae20861a807f09af022 (patch)
treeb01d27f46b767565fb015bd2f242b28cf611a395 /tools/libxc/xc_core_x86.h
parent0e0204500eb2bb9499ca6ff0a60ccf7e3612c917 (diff)
downloadxen-75dabf614d9c2b0884352ae20861a807f09af022.tar.gz
xen-75dabf614d9c2b0884352ae20861a807f09af022.tar.bz2
xen-75dabf614d9c2b0884352ae20861a807f09af022.zip
Introduce xc_core_arch_gpfn_may_present() hook.
On ia64 trying to map a foreign domain page which isn't allocated cause annoying warning message. xm dump-core results in too many warnings. With this hook, ia64 dump-core can suprress warning. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'tools/libxc/xc_core_x86.h')
-rw-r--r--tools/libxc/xc_core_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xc_core_x86.h b/tools/libxc/xc_core_x86.h
index 53ca48493d..6e3490bb27 100644
--- a/tools/libxc/xc_core_x86.h
+++ b/tools/libxc/xc_core_x86.h
@@ -40,6 +40,7 @@ struct xc_core_arch_context {
#define xc_core_arch_context_get(arch_ctxt, ctxt, xc_handle, domid) \
(0)
#define xc_core_arch_context_dump(arch_ctxt, args, dump_rtn) (0)
+#define xc_core_arch_gpfn_may_present(arch_ctxt, i) (1)
static inline int
xc_core_arch_context_get_shdr(struct xc_core_arch_context *arch_ctxt,