Oleksandr Tyshchenko writes:
> From: Oleksandr Tyshchenko
>
> The IOREQ is a common feature now and this struct will be used
> on Arm as is. Move it to common struct domain. This also
> significantly reduces the layering violation in the common code
> (*arch.hvm* usage).
>
> We don't move iore
ch ; Julien Grall
> ; Stefano
> Stabellini ; Wei Liu ; Roger Pau Monné
> ;
> Julien Grall
> Subject: [PATCH V4 08/24] xen/ioreq: Move x86's ioreq_server to struct domain
>
> From: Oleksandr Tyshchenko
>
> The IOREQ is a common feature now and this struct will be u
Hi Oleksandr,
On 12/01/2021 21:52, Oleksandr Tyshchenko wrote:
From: Oleksandr Tyshchenko
The IOREQ is a common feature now and this struct will be used
on Arm as is. Move it to common struct domain. This also
significantly reduces the layering violation in the common code
(*arch.hvm* usage).
From: Oleksandr Tyshchenko
The IOREQ is a common feature now and this struct will be used
on Arm as is. Move it to common struct domain. This also
significantly reduces the layering violation in the common code
(*arch.hvm* usage).
We don't move ioreq_gfn since it is not used in the common code
(