> -----Original Message----- > From: Oleksandr Tyshchenko <olekst...@gmail.com> > Sent: 15 October 2020 17:44 > To: xen-devel@lists.xenproject.org > Cc: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com>; Paul Durrant > <p...@xen.org>; Jan Beulich > <jbeul...@suse.com>; Andrew Cooper <andrew.coop...@citrix.com>; Roger Pau > Monné > <roger....@citrix.com>; Wei Liu <w...@xen.org>; Julien Grall > <jul...@xen.org>; Stefano Stabellini > <sstabell...@kernel.org>; Julien Grall <julien.gr...@arm.com> > Subject: [PATCH V2 03/23] xen/ioreq: Make x86's hvm_ioreq_needs_completion() > common > > From: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com> > > The IOREQ is a common feature now and this helper will be used > on Arm as is. Move it to xen/ioreq.h and remove "hvm" prefix. > > Although PIO handling on Arm is not introduced with the current series > (it will be implemented when we add support for vPCI), technically > the PIOs exist on Arm (however they are accessed the same way as MMIO) > and it would be better not to diverge now. > > Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com> > CC: Julien Grall <julien.gr...@arm.com>
Reviewed-by: Paul Durrant <p...@xen.org>