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
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
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
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
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
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.