Re: [PATCH v9 4/7] xen/asm-generic: introduce generic device.h

2024-02-19 Thread Julien Grall
Hi Oleksii, On 16/02/2024 12:39, Oleksii Kurochko wrote: Arm, PPC and RISC-V introduce the same things in asm/device.h, so generic device.h was introduced. Arm's device.h was taken as a base with the following changes: - #ifdef ACPI related things. - Rename #ifdef guards. - Add SPDX tag.

[PATCH v9 4/7] xen/asm-generic: introduce generic device.h

2024-02-16 Thread Oleksii Kurochko
Arm, PPC and RISC-V introduce the same things in asm/device.h, so generic device.h was introduced. Arm's device.h was taken as a base with the following changes: - #ifdef ACPI related things. - Rename #ifdef guards. - Add SPDX tag. - #ifdef CONFIG_HAS_DEVICE_TREE related things. - #ifdef-ing