Re: [PATCH v8 01/10] build: add optional librpmi dependency
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 14/8/26 06:53, Subrahmanya Lingappa wrote: > Add a meson option and config probe for librpmi so RISC-V machines can > opt into RPMI support when the library is available. Keep the dependency > optional so default builds without librpmi continue to work. > > Signed-off-by: Subrahmanya Lingappa <[email protected]> > Reviewed-by: Daniel Henrique Barboza <[email protected]> > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > Kconfig.host | 3 +++ > meson.build | 14 ++++++++++++++ > meson_options.txt | 2 ++ > scripts/meson-buildoptions.sh | 3 +++ > 4 files changed, 22 insertions(+) Could you provide a cover letter so we can understand the changes with the previous versions? It is hard to figure out why we are at v8 and what we have to review again. Thanks, Phil.