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

2025-07-21 Thread Daniel P. Smith
On 7/15/25 12:11, Alejandro Vallejo wrote: 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

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

2025-07-21 Thread Oleksii Kurochko
On 7/15/25 6:11 PM, Alejandro Vallejo wrote: 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 DEV

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

2025-07-15 Thread 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 describe (1). Have DEVICE_TREE_