|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] passing hypercall parameters by pointer
Arun Sharma <mailto:arun.sharma@xxxxxxxxx> wrote:
> Ian Pratt wrote:
> The other alternative (which we talked about at OLS) is to use a
> couple of pinned pages for parameter passing - but it doesn't work
> very well for:
>
> a) Multiple levels of structures/pointers
A good example is do_multicall.
A complete implementation need to enum all the hypercall and
try to deal with each hypercall if it uses points.
> b) Arguments which may be bigger than a couple of pages
> (xc_get_pfn_list() for a bigmem domain for example).
>
> -Arun
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|