On Sat, Jan 16, 2021 at 8:30 AM Bin Meng <bmeng...@gmail.com> wrote: > > On Sat, Jan 16, 2021 at 7:00 AM Alistair Francis > <alistair.fran...@wdc.com> wrote: > > > > We were accidently passing RISCVHartArrayState by value instead of > > pointer. The type is 824 bytes long so let's correct that and pass it by > > pointer instead. > > > > Fixes: Coverity CID 1438099 > > Fixes: Coverity CID 1438100 > > Fixes: Coverity CID 1438101 > > Where can I look at the Coverity report for QEMU?
I don't think you can. I think there are only a few people who can see them and they just report them to everyone else. > > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > > --- > > include/hw/riscv/boot.h | 6 +++--- > > hw/riscv/boot.c | 8 ++++---- > > hw/riscv/sifive_u.c | 10 +++++----- > > hw/riscv/spike.c | 8 ++++---- > > hw/riscv/virt.c | 8 ++++---- > > 5 files changed, 20 insertions(+), 20 deletions(-) > > > > Reviewed-by: Bin Meng <bin.m...@windriver.com> Thanks! Alistair