> -----Original Message----- > From: Xen-devel <[email protected]> On Behalf Of > Oleksandr Tyshchenko > Sent: 12 January 2021 21:52 > To: [email protected] > Cc: Julien Grall <[email protected]>; Jan Beulich <[email protected]>; > Andrew Cooper > <[email protected]>; Roger Pau Monné <[email protected]>; Wei Liu > <[email protected]>; George > Dunlap <[email protected]>; Ian Jackson <[email protected]>; Julien > Grall <[email protected]>; > Stefano Stabellini <[email protected]>; Volodymyr Babchuk > <[email protected]>; Oleksandr > Tyshchenko <[email protected]> > Subject: [PATCH V4 11/24] xen/mm: Make x86's XENMEM_resource_ioreq_server > handling common > > From: Julien Grall <[email protected]> > > As x86 implementation of XENMEM_resource_ioreq_server can be > re-used on Arm later on, this patch makes it common and removes > arch_acquire_resource as unneeded. > > Also re-order #include-s alphabetically. > > This support is going to be used on Arm to be able run device > emulator outside of Xen hypervisor. > > Signed-off-by: Julien Grall <[email protected]> > Signed-off-by: Oleksandr Tyshchenko <[email protected]> > Reviewed-by: Jan Beulich <[email protected]> > [On Arm only] > Tested-by: Wei Chen <[email protected]> >
Reviewed-by: Paul Durrant <[email protected]>
