Re: [PATCH] xen: avoid generation of stub header

2023-11-10 Thread Jan Beulich
On 10.11.2023 10:30, Oleksii wrote: > I forgot to update xen/arch/{arm,ppc}/include/asm/Makefile: > generic-y += pci.h > > Should I send a new patch version or it can be updated durig merge? See the reply regarding delay.h. Jan

Re: [PATCH] xen: avoid generation of stub header

2023-11-10 Thread Oleksii
Hi all, On Wed, 2023-11-01 at 12:15 +0200, Oleksii Kurochko wrote: > Platforms which doesn't have HAS_PCI enabled it is needed to > have , which contains only an empty definition of > struct arch_pci_dev ( except ARM, it introduces several > ARM-specific functions ). > > Also, for architectures

Re: [PATCH] xen: avoid generation of stub header

2023-11-09 Thread Oleksii
On Mon, 2023-11-06 at 23:36 +, Julien Grall wrote: > Hi Oleksii, > > On 01/11/2023 10:15, Oleksii Kurochko wrote: > > Platforms which doesn't have HAS_PCI enabled it is needed to > > have , which contains only an empty definition of > > struct arch_pci_dev ( except ARM, it introduces several

Re: [PATCH] xen: avoid generation of stub header

2023-11-06 Thread Julien Grall
Hi Oleksii, On 01/11/2023 10:15, Oleksii Kurochko wrote: Platforms which doesn't have HAS_PCI enabled it is needed to have , which contains only an empty definition of struct arch_pci_dev ( except ARM, it introduces several ARM-specific functions ). Also, for architectures ( such as PPC or

Re: [PATCH] xen: avoid generation of stub header

2023-11-02 Thread Jan Beulich
On 02.11.2023 10:24, Oleksii wrote: > On Thu, 2023-11-02 at 09:39 +0100, Jan Beulich wrote: >> On 01.11.2023 11:15, Oleksii Kurochko wrote: >>> --- a/xen/include/xen/pci.h >>> +++ b/xen/include/xen/pci.h >>> @@ -68,7 +68,18 @@ typedef union { >>> }; >>>  } pci_sbdf_t; >>>   >>> +#ifdef

Re: [PATCH] xen: avoid generation of stub header

2023-11-02 Thread Oleksii
On Thu, 2023-11-02 at 09:39 +0100, Jan Beulich wrote: > On 01.11.2023 11:15, Oleksii Kurochko wrote: > > Platforms which doesn't have HAS_PCI enabled it is needed to > > have , which contains only an empty definition of > > struct arch_pci_dev ( except ARM, it introduces several > > ARM-specific

Re: [PATCH] xen: avoid generation of stub header

2023-11-02 Thread Jan Beulich
On 01.11.2023 11:15, Oleksii Kurochko wrote: > Platforms which doesn't have HAS_PCI enabled it is needed to > have , which contains only an empty definition of > struct arch_pci_dev ( except ARM, it introduces several > ARM-specific functions ). > > Also, for architectures ( such as PPC or RISC-V

[PATCH] xen: avoid generation of stub header

2023-11-01 Thread Oleksii Kurochko
Platforms which doesn't have HAS_PCI enabled it is needed to have , which contains only an empty definition of struct arch_pci_dev ( except ARM, it introduces several ARM-specific functions ). Also, for architectures ( such as PPC or RISC-V ) on initial stages of adding support, it is needed to