[PATCH v2 05/15] xen/asm-generic: introduce generic header iocap.h

2023-11-10 Thread Oleksii Kurochko
iocap.h is common for Arm, PPC and RISC-V architectures thereby it was moved to asm-generic. Signed-off-by: Oleksii Kurochko --- The same question as with device.h. Should it be in asm-generic? Changes in V2: - update the commit message --- xen/include/asm-generic/iocap.h | 17

Re: [PATCH v2 05/15] xen/asm-generic: introduce generic header iocap.h

2023-11-13 Thread Jan Beulich
On 10.11.2023 17:30, Oleksii Kurochko wrote: > iocap.h is common for Arm, PPC and RISC-V architectures thereby > it was moved to asm-generic. > > Signed-off-by: Oleksii Kurochko > --- > The same question as with device.h. Should it be in asm-generic? I think it's okay(ish) here, considering that

Re: [PATCH v2 05/15] xen/asm-generic: introduce generic header iocap.h

2023-11-14 Thread Oleksii
On Mon, 2023-11-13 at 17:48 +0100, Jan Beulich wrote: > On 10.11.2023 17:30, Oleksii Kurochko wrote: > > iocap.h is common for Arm, PPC and RISC-V architectures thereby > > it was moved to asm-generic. > > > > Signed-off-by: Oleksii Kurochko > > --- > > The same question as with device.h. Should