Re: [PATCH] meson: Do not define CONFIG_DEVICES on user emulation

2024-12-19 Thread Philippe Mathieu-Daudé
On 18/12/24 16:12, Philippe Mathieu-Daudé wrote: CONFIG_DEVICES is not generated on user emulation, so do not define it. Signed-off-by: Philippe Mathieu-Daudé --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Patch queued, thanks.

Re: [PATCH] meson: Do not define CONFIG_DEVICES on user emulation

2024-12-18 Thread Richard Henderson
On 12/18/24 09:12, Philippe Mathieu-Daudé wrote: CONFIG_DEVICES is not generated on user emulation, so do not define it. Signed-off-by: Philippe Mathieu-Daudé --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 85f74854735..d2

[PATCH] meson: Do not define CONFIG_DEVICES on user emulation

2024-12-18 Thread Philippe Mathieu-Daudé
CONFIG_DEVICES is not generated on user emulation, so do not define it. Signed-off-by: Philippe Mathieu-Daudé --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 85f74854735..d203e85d769 100644 --- a/meson.build +++ b/meson.build