On Mon, Mar 02, 2026 at 06:17:14PM +0000, Radim Krcmar wrote: > 2026-02-01T15:58:08-08:00, Drew Fustini <[email protected]>: > > From: Nicolas Pitre <[email protected]> > > > > Define structs to represent the hardware capabilities of capacity and > > bandwidth controllers according to the RISC-V Capacity and Bandwidth QoS > > Register Interface (CBQRI). > > > > Link: https://github.com/riscv-non-isa/riscv-cbqri/releases/tag/v1.0 > > Signed-off-by: Nicolas Pitre <[email protected]> > > Reviewed-by: Daniel Henrique Barboza <[email protected]> > > Signed-off-by: Drew Fustini <[email protected]> > > --- > > diff --git a/include/hw/riscv/cbqri.h b/include/hw/riscv/cbqri.h > >[...] > > +#define RISCV_CBQRI_VERSION_MAJOR 0 > > +#define RISCV_CBQRI_VERSION_MINOR 1 > > I the series actually implements 1.0, instead of 0.1.
Thanks, I'll fix that.
