Re: [PATCH v6 09/11] xen: Split HAS_DEVICE_TREE in two

2025-07-09 Thread Jan Beulich
On 08.07.2025 20:07, Alejandro Vallejo wrote: > From: Alejandro Vallejo > > Moving forward the idea is for there to be: > > 1. Basic DT support: used by dom0less/hyperlaunch. > 2. Full DT support: used for device discovery and HW setup. > > Rename HAS_DEVICE_TREE to HAS_DEVICE_TREE_DISCOVER

Re: [PATCH v6 09/11] xen: Split HAS_DEVICE_TREE in two

2025-07-08 Thread Stefano Stabellini
On Tue, 8 Jul 2025, Alejandro Vallejo wrote: > From: Alejandro Vallejo > > Moving forward the idea is for there to be: > > 1. Basic DT support: used by dom0less/hyperlaunch. > 2. Full DT support: used for device discovery and HW setup. > > Rename HAS_DEVICE_TREE to HAS_DEVICE_TREE_DISCOVERY

[PATCH v6 09/11] xen: Split HAS_DEVICE_TREE in two

2025-07-08 Thread Alejandro Vallejo
From: Alejandro Vallejo Moving forward the idea is for there to be: 1. Basic DT support: used by dom0less/hyperlaunch. 2. Full DT support: used for device discovery and HW setup. Rename HAS_DEVICE_TREE to HAS_DEVICE_TREE_DISCOVERY to describe (2) and create a new DEVICE_TREE_PARSE to descri