aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/shadow.h
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:39 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:39 +0000
commit97a138cbdd968113843f8a4ee91d42cc1fbd4cf9 (patch)
tree9231e9ffb7348f0ff522a7e47abc5b0b37ee5742 /xen/include/asm-x86/shadow.h
parenta6f33d81e1b8a2012ea6b34387ef59d6f4bec2b1 (diff)
downloadxen-97a138cbdd968113843f8a4ee91d42cc1fbd4cf9.tar.gz
xen-97a138cbdd968113843f8a4ee91d42cc1fbd4cf9.tar.bz2
xen-97a138cbdd968113843f8a4ee91d42cc1fbd4cf9.zip
Enable compatibility mode operation for HYPERVISOR_domctl. Also add logic
to switch a domain to/from compatibility mode (supposed to happen early after domain creation only). Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/asm-x86/shadow.h')
-rw-r--r--xen/include/asm-x86/shadow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h
index d9c94010c0..68ae3cb011 100644
--- a/xen/include/asm-x86/shadow.h
+++ b/xen/include/asm-x86/shadow.h
@@ -192,7 +192,7 @@ int shadow_enable(struct domain *d, u32 mode);
* manipulate the log-dirty bitmap. */
int shadow_domctl(struct domain *d,
xen_domctl_shadow_op_t *sc,
- XEN_GUEST_HANDLE(xen_domctl_t) u_domctl);
+ XEN_GUEST_HANDLE(void) u_domctl);
/* Call when destroying a domain */
void shadow_teardown(struct domain *d);