[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxc: correct bounce direction for debug-key handling
On Wed, 2010-12-01 at 10:42 +0000, Jan Beulich wrote: > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> Good catch, thanks, Acked-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx> > > --- a/tools/libxc/xc_misc.c > +++ b/tools/libxc/xc_misc.c > @@ -90,7 +90,7 @@ int xc_send_debug_keys(xc_interface *xch > { > int ret, len = strlen(keys); > DECLARE_SYSCTL; > - DECLARE_HYPERCALL_BOUNCE(keys, len, XC_HYPERCALL_BUFFER_BOUNCE_OUT); > + DECLARE_HYPERCALL_BOUNCE(keys, len, XC_HYPERCALL_BUFFER_BOUNCE_IN); > > if ( xc_hypercall_bounce_pre(xch, keys) ) > return -1; > > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |