On 30.11.2020 11:31, Oleksandr Tyshchenko wrote:
> @@ -301,8 +301,8 @@ bool is_ioreq_server_page(struct domain *d, const struct
> page_info *page)
> return found;
> }
>
> -static void hvm_update_ioreq_evtchn(struct ioreq_server *s,
> - struct ioreq_vcpu *sv)
> +static void ioreq_update_evtchn(struct ioreq_server *s,
> + struct ioreq_vcpu *sv)
> {
> ASSERT(spin_is_locked(&s->lock));
This looks to be an ioreq server function, which hence wants to be
named ioreq_server_update_evtchn()? Then
Reviewed-by: Jan Beulich <[email protected]>
Jan