Re: [PATCH v8 01/10] build: add optional librpmi dependency
Subrahmanya Lingappa <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAPxK-6d5YcqNSsjBkYrwxm-p5VT=nX5e3P=XjcwdZRZC7ePGhQ@mail.gmail.com> |
Philippe, On Mon, Aug 17, 2026 at 9:31 AM Philippe Mathieu-Daudé <[email protected]> wrote: > > On 14/8/26 20:34, Subrahmanya Lingappa wrote: > > Philippe, > > > > On Fri, Aug 14, 2026 at 11:14 AM Philippe Mathieu-Daudé > > <[email protected]> wrote: > >> > >> 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. > >> > > I was incrementally fixing issues and sending out versions. > > > > This mail with subject line has the change logs from previous few > > versions, you might have missed; > > as it was with all the previous versions' cover letters. > > "[PATCH v8 00/10] riscv: add initial RPMI virt support" > > Apparently neither the mailing list nor myself received it: > https://lore.kernel.org/qemu-devel/[email protected]/ > > But indeed it is on the riscv@ list... > https://lore.kernel.org/qemu-devel/[email protected]/ > > > > Please let me know if you'd like it to list change log from all the > > previous versions instead. > > You could have proactively done it directly, saving time to all > readers ;) Not needed anymore, I'll import it from riscv@, thanks. My bad, I'll keep that in mind for the following versions. Thanks, subbu