Re: [PATCH 05/13] target/s390x: Constify S390CPU for cpu_has_*() getters
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/20/26 12:47, Philippe Mathieu-Daudé wrote: > Add the const qualifier to S390CPU when the argument > is accessed without modification. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/s390x/cpu.h | 2 +- > target/s390x/s390x-internal.h | 12 ++++++------ > target/s390x/interrupt.c | 22 +++++++++++----------- > 3 files changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Ilya Leoshkevich <[email protected]>