Paolo Bonzini writes:
> Only qemu-api needs access to the symbols in config-host.h.
This may no longer be the case when more complex, build-time
configurable devices are added in the future.
Moving rustc_args.py calls to each crate is still helpful because of the
changes in patches 3-6 in thi
Only qemu-api needs access to the symbols in config-host.h. Remove
the temptation to use them by limiting the --cfg arguments to the
qemu-api crate.
Signed-off-by: Paolo Bonzini
---
meson.build | 54 +--
rust/qemu-api/meson.build | 4 +++
2 fil