|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] return value checking on multicalls
Jan Beulich wrote:
> Hmm, that doesn't seem to fit all cases. There are hypercalls that
> return non-errno-like values, and you shouldn't make any
> assumptions about these.
It's been a nice simplification in my work, but I haven't used it with
anything where success > 0, or where I've even cared about results other
than failure. And the advantage is that the incremental effort of
batching a series of calls is very small.
I just thought it might be useful. Perhaps the interface could be
extended to be more useful in the cases you're looking at.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|