Re: [PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

2021-09-26 Thread Oleksandr Andrushchenko
On 24.09.21 23:04, Stefano Stabellini wrote: > On Fri, 24 Sep 2021, Oleksandr Andrushchenko wrote: >> On 24.09.21 08:46, Oleksandr Andrushchenko wrote: >>> On 23.09.21 23:00, Stefano Stabellini wrote: On Thu, 23 Sep 2021, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko >>>

Re: [PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

2021-09-24 Thread Stefano Stabellini
On Fri, 24 Sep 2021, Oleksandr Andrushchenko wrote: > On 24.09.21 08:46, Oleksandr Andrushchenko wrote: > > On 23.09.21 23:00, Stefano Stabellini wrote: > >> On Thu, 23 Sep 2021, Oleksandr Andrushchenko wrote: > >>> From: Oleksandr Andrushchenko > >>> > >>> Xen-pciback driver was designed to be bu

Re: [PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

2021-09-24 Thread Oleksandr Andrushchenko
On 24.09.21 08:46, Oleksandr Andrushchenko wrote: > On 23.09.21 23:00, Stefano Stabellini wrote: >> On Thu, 23 Sep 2021, Oleksandr Andrushchenko wrote: >>> From: Oleksandr Andrushchenko >>> >>> Xen-pciback driver was designed to be built for x86 only. But it >>> can also be used by other architec

Re: [PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

2021-09-23 Thread Oleksandr Andrushchenko
On 23.09.21 23:00, Stefano Stabellini wrote: > On Thu, 23 Sep 2021, Oleksandr Andrushchenko wrote: >> From: Oleksandr Andrushchenko >> >> Xen-pciback driver was designed to be built for x86 only. But it >> can also be used by other architectures, e.g. Arm. >> Re-structure the driver in a way that

Re: [PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

2021-09-23 Thread Stefano Stabellini
On Thu, 23 Sep 2021, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko > > Xen-pciback driver was designed to be built for x86 only. But it > can also be used by other architectures, e.g. Arm. > Re-structure the driver in a way that it can be built for other > platforms as well. > >

[PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

2021-09-23 Thread Oleksandr Andrushchenko
From: Oleksandr Andrushchenko Xen-pciback driver was designed to be built for x86 only. But it can also be used by other architectures, e.g. Arm. Re-structure the driver in a way that it can be built for other platforms as well. Signed-off-by: Oleksandr Andrushchenko Signed-off-by: Anastasiia L