Re: [PATCH v3 02/14] xen/asm-generic: introduce generic device.h

2023-11-24 Thread Oleksii
On Fri, 2023-11-24 at 11:01 +, Julien Grall wrote: > Hi Oleksii, > > On 17/11/2023 12:24, Oleksii Kurochko wrote: > > Arm, PPC and RISC-V use the same device.h thereby device.h > > was moved to asm-generic. > > I read "was moved" as the patch should also contain some deleted > lines. > But

Re: [PATCH v3 02/14] xen/asm-generic: introduce generic device.h

2023-11-24 Thread Julien Grall
Hi Oleksii, On 17/11/2023 12:24, Oleksii Kurochko wrote: Arm, PPC and RISC-V use the same device.h thereby device.h was moved to asm-generic. I read "was moved" as the patch should also contain some deleted lines. But below, I only see the file introduced. Did you intend to also remove the

Re: [PATCH v3 02/14] xen/asm-generic: introduce generic device.h

2023-11-21 Thread Oleksii
On Tue, 2023-11-21 at 16:43 +0100, Jan Beulich wrote: > On 17.11.2023 13:24, Oleksii Kurochko wrote: > > --- /dev/null > > +++ b/xen/include/asm-generic/device.h > > @@ -0,0 +1,147 @@ > > +/* SPDX-License-Identifier: GPL-2.0-only */ > > +#ifndef __ASM_GENERIC_DEVICE_H__ > > +#define __ASM_GENERIC_D

Re: [PATCH v3 02/14] xen/asm-generic: introduce generic device.h

2023-11-21 Thread Jan Beulich
On 17.11.2023 13:24, Oleksii Kurochko wrote: > --- /dev/null > +++ b/xen/include/asm-generic/device.h > @@ -0,0 +1,147 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > +#ifndef __ASM_GENERIC_DEVICE_H__ > +#define __ASM_GENERIC_DEVICE_H__ > + > +enum device_type > +{ > +#ifdef CONFIG_HAS_DEVICE_T