iu ; Julien Grall
> ; Stefano Stabellini
> ; Julien Grall
> Subject: [PATCH V2 05/23] xen/ioreq: Make x86's hvm_mmio_first(last)_byte()
> common
>
> From: Oleksandr Tyshchenko
>
> The IOREQ is a common feature now and these helpers will be used
> on Arm as is. Mov
From: Oleksandr Tyshchenko
The IOREQ is a common feature now and these helpers will be used
on Arm as is. Move them to xen/ioreq.h and replace "hvm" prefixes
with "ioreq".
Signed-off-by: Oleksandr Tyshchenko
CC: Julien Grall
---
Please note, this is a split/cleanup/hardening of Julien's PoC: