Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location

2024-01-10 Thread Alex Bennée
Srivatsa Vaddagiri writes: > * Philippe Mathieu-Daud? [2024-01-09 14:31:03]: > >> Hi Srivatsa, >> >> On 9/1/24 10:00, Srivatsa Vaddagiri wrote: >> > Specify the location of device-tree and its size, as Gunyah requires the >> > device-tree to be parsed before VM can begin its execution. >> > >>

Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location

2024-01-10 Thread Srivatsa Vaddagiri
* Philippe Mathieu-Daud? [2024-01-09 14:36:12]: > > +#include "qemu/osdep.h" > > +#include "qemu/error-report.h" > > +#include "sysemu/gunyah.h" > > +#include "sysemu/gunyah_int.h" > > +#include "linux-headers/linux/gunyah.h" > I'm getting on macOS: > > In file included from ../../target/arm/gun

Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location

2024-01-10 Thread Srivatsa Vaddagiri
* Philippe Mathieu-Daud? [2024-01-09 14:31:03]: > Hi Srivatsa, > > On 9/1/24 10:00, Srivatsa Vaddagiri wrote: > > Specify the location of device-tree and its size, as Gunyah requires the > > device-tree to be parsed before VM can begin its execution. > > > > Signed-off-by: Srivatsa Vaddagiri >

Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location

2024-01-09 Thread Philippe Mathieu-Daudé
On 9/1/24 10:00, Srivatsa Vaddagiri wrote: Specify the location of device-tree and its size, as Gunyah requires the device-tree to be parsed before VM can begin its execution. Signed-off-by: Srivatsa Vaddagiri --- MAINTAINERS | 1 + accel/stubs/gunyah-stub.c | 5 + hw/ar

Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location

2024-01-09 Thread Philippe Mathieu-Daudé
Hi Srivatsa, On 9/1/24 10:00, Srivatsa Vaddagiri wrote: Specify the location of device-tree and its size, as Gunyah requires the device-tree to be parsed before VM can begin its execution. Signed-off-by: Srivatsa Vaddagiri --- MAINTAINERS | 1 + accel/stubs/gunyah-stub.c | 5

[RFC/PATCH v1 07/11] gunyah: Specify device-tree location

2024-01-09 Thread Srivatsa Vaddagiri
Specify the location of device-tree and its size, as Gunyah requires the device-tree to be parsed before VM can begin its execution. Signed-off-by: Srivatsa Vaddagiri --- MAINTAINERS | 1 + accel/stubs/gunyah-stub.c | 5 + hw/arm/virt.c | 6 ++ include/sysemu