On Mon, 2 Mar 2026 at 22:03, Bernhard Beschow <[email protected]> wrote: > > Allows these methods to be used in const contexts, i.e. where the parent > of the fifo itself is const. This is in particular useful for Rust code. > > Signed-off-by: Bernhard Beschow <[email protected]> > --- > include/qemu/fifo8.h | 10 +++++----- > util/fifo8.c | 10 +++++----- > 2 files changed, 10 insertions(+), 10 deletions(-) >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
