|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH xen v3] xen: arm: fully implement multicall interface.
On 04/17/2014 01:57 PM, Ian Campbell wrote:
> void do_multicall_call(struct multicall_entry *multi)
> {
> arm_hypercall_fn_t call = NULL;
> @@ -1176,9 +1196,13 @@ void do_multicall_call(struct multicall_entry *multi)
> return;
> }
>
> + if ( is_32bit_domain(current->domain) &&
> + !check_multicall_32bit_clean(multi) )
> + return;
> +
With this solution, you continue to go through the other multicall.
Shouldn't we return an error here and exit the loop in do_multicall?
--
Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |