Re: [PATCH 1/4] hw/riscv/boot: Make RISCVBootInfo const where possible
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 24/8/26 07:56, Joel Stanley wrote: > As with riscv_load_firmware, take a const pointer in functions that > reads the structure without writing. > > Suggested-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Joel Stanley <[email protected]> > --- > include/hw/riscv/boot.h | 6 +++--- > hw/riscv/boot.c | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>