|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Reading HVM guest memory
>> My problem is that I can't read the buffer from the hypervisor. The
>> pointer is being passed correctly. I tried copying it to a local buffer
>> via copy_from_user() function but this function fails. I noticed that
>> access_ok() function fails for this pointer, so I tried to use the
>> __copy_from_user_ll() function. All to no avail.
>
> I think you want to use copy_from_user_hvm()
>
> Mike
Worked like a charm. Thank you very much!
John
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|