Re: [PATCH v2] xen/arm: mark handle_linux_pci_domain() __init

2022-10-21 Thread Julien Grall
On 20/10/2022 19:56, Julien Grall wrote: On 20/10/2022 19:53, Stewart Hildebrand wrote: On 10/20/22 14:19, Julien Grall wrote: Hi Stewart, Hi Julien, I nearly missed this one because it was threaded under v1. In the future, would you be able to send new version in a separate thread? This

RE: [PATCH v2] xen/arm: mark handle_linux_pci_domain() __init

2022-10-20 Thread Henry Wang
Hi Julien, > -Original Message- > From: Julien Grall > Subject: Re: [PATCH v2] xen/arm: mark handle_linux_pci_domain() __init > > Hi Stewart, > > I nearly missed this one because it was threaded under v1. In the > future, would you be able to send new version in

Re: [PATCH v2] xen/arm: mark handle_linux_pci_domain() __init

2022-10-20 Thread Julien Grall
On 20/10/2022 19:53, Stewart Hildebrand wrote: On 10/20/22 14:19, Julien Grall wrote: Hi Stewart, Hi Julien, I nearly missed this one because it was threaded under v1. In the future, would you be able to send new version in a separate thread? This makes easier to track it. I will keep t

Re: [PATCH v2] xen/arm: mark handle_linux_pci_domain() __init

2022-10-20 Thread Stewart Hildebrand
On 10/20/22 14:19, Julien Grall wrote: > Hi Stewart, Hi Julien, > I nearly missed this one because it was threaded under v1. In the > future, would you be able to send new version in a separate thread? This > makes easier to track it. I will keep this in mind for next time. > On 14/10/2022 21:0

Re: [PATCH v2] xen/arm: mark handle_linux_pci_domain() __init

2022-10-20 Thread Julien Grall
Hi Stewart, I nearly missed this one because it was threaded under v1. In the future, would you be able to send new version in a separate thread? This makes easier to track it. On 14/10/2022 21:09, Stewart Hildebrand wrote: All functions in domain_build.c should be marked __init. This was sp

[PATCH v2] xen/arm: mark handle_linux_pci_domain() __init

2022-10-14 Thread Stewart Hildebrand
All functions in domain_build.c should be marked __init. This was spotted when building the hypervisor with -Og. Fixes: 1050a7b91c xen/arm: add pci-domain for disabled devices Signed-off-by: Stewart Hildebrand --- v1 -> v2: Add Fixes: tag Add patch description --- xen/arch/arm/domain_build.