[XEN] memory_op hypercall does not use guest_handle_add_offset().
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 10 Nov 2006 14:22:17 +0000 (14:22 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 10 Nov 2006 14:22:17 +0000 (14:22 +0000)
commit40a69f4cf35bb3f0ab6a55ce82edb92f0400aee6
treec2ef8d2df9b882786241fc948a41a3ae13688b3f
parent069672061cb9ff370f868bd5221b0f74043381c0
[XEN] memory_op hypercall does not use guest_handle_add_offset().

It was causing compatibility issues across architectures as
on x86 the effect would not persist across a continuation. On
x86/64 and powerpc (both of which use xencomm) the effect would
persist. This patch sidesteps the whole issue.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/common/memory.c