[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location
From: |
Srivatsa Vaddagiri |
Subject: |
Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location |
Date: |
Wed, 10 Jan 2024 14:06:16 +0530 |
* Philippe Mathieu-Daud? <philmd@linaro.org> [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/gunyah.c:13:
> linux-headers/linux/gunyah.h:13:10: fatal error: 'linux/types.h' file not
> found
> #include <linux/types.h>
> ^~~~~~~~~~~~~~~
> 1 error generated.
>
> Maybe we need the following change?
>
> -- >8 --
> diff --git a/meson.build b/meson.build
> index 6ded60063e..fb20ca04d1 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -712,5 +712,5 @@ endif
>
> gunyah = not_found
> -if get_option('gunyah').allowed()
> +if get_option('gunyah').allowed() and host_os == 'linux'
> accelerators += 'CONFIG_GUNYAH'
> endif
Ok sure will include that change in my next version.
- vatsa
- [RFC/PATCH v1 02/11] gunyah: Basic support, (continued)
- [RFC/PATCH v1 02/11] gunyah: Basic support, Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 03/11] gunyah: Add VM properties, Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 04/11] gunyah: Support memory assignment, Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 05/11] gunyah: Add IRQFD and IOEVENTFD functions, Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 06/11] gunyah: Add gicv3 interrupt controller, Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 07/11] gunyah: Specify device-tree location, Srivatsa Vaddagiri, 2024/01/09
- Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location, Philippe Mathieu-Daudé, 2024/01/09
- Re: [RFC/PATCH v1 07/11] gunyah: Specify device-tree location,
Srivatsa Vaddagiri <=
- [RFC/PATCH v1 08/11] gunyah: Customize device-tree, Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 09/11] gunyah: CPU execution loop, Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 10/11] gunyah: Workarounds (NOT FOR MERGE), Srivatsa Vaddagiri, 2024/01/09
- [RFC/PATCH v1 11/11] gunyah: Documentation, Srivatsa Vaddagiri, 2024/01/09