Re: [PATCH 02/17] meson: do not use set10

2023-10-18 Thread Richard Henderson
On 10/15/23 23:31, Paolo Bonzini wrote: Make all items of config-host.h consistent. To keep the --disable-coroutine-pool code visible to the compiler, mutuate the IS_ENABLED() macro from Linux. Signed-off-by: Paolo Bonzini --- include/qemu/compiler.h | 15 +++ meson.build

[PATCH 02/17] meson: do not use set10

2023-10-15 Thread Paolo Bonzini
Make all items of config-host.h consistent. To keep the --disable-coroutine-pool code visible to the compiler, mutuate the IS_ENABLED() macro from Linux. Signed-off-by: Paolo Bonzini --- include/qemu/compiler.h | 15 +++ meson.build | 2 +- tests/unit/test-coro