Hi Oleksandr,
On 12/01/2021 21:52, Oleksandr Tyshchenko wrote:
From: Oleksandr Tyshchenko <[email protected]>
The IOREQ is about to be common feature and Arm will have its own
implementation.
But the name of the function is pretty generic and can be confusing
on Arm (we already have a try_handle_mmio()).
In order not to rename the function (which is used for a varying
set of purposes on x86) globally and get non-confusing variant on Arm
provide a wrapper arch_ioreq_complete_mmio() to be used on common
and Arm code.
Signed-off-by: Oleksandr Tyshchenko <[email protected]>
Reviewed-by: Jan Beulich <[email protected]>
CC: Julien Grall <[email protected]>
[On Arm only]
Tested-by: Wei Chen <[email protected]>
Reviewed-by: Julien Grall <[email protected]>
Cheers,
--
Julien Grall