Re: [RFC PATCH 07/15] accel/meson: you only need accelerator stubs for softmmu builds

2020-11-05 Thread Philippe Mathieu-Daudé
On 11/5/20 6:51 PM, Alex Bennée wrote: > This avoids us pulling in Xen headers we don't need. The TCG > accelerator will always exist for the *-user builds. > > Signed-off-by: Alex Bennée > --- > accel/meson.build | 4 +++- > accel/stubs/meson.build | 12 > 2 files changed, 1

[RFC PATCH 07/15] accel/meson: you only need accelerator stubs for softmmu builds

2020-11-05 Thread Alex Bennée
This avoids us pulling in Xen headers we don't need. The TCG accelerator will always exist for the *-user builds. Signed-off-by: Alex Bennée --- accel/meson.build | 4 +++- accel/stubs/meson.build | 12 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/accel/mes