On 2/10/25 05:31, Philippe Mathieu-Daudé wrote:
All callers now correctly expect a const class data.

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  include/qom/object.h                                | 2 +-
  hw/arm/armsse.c                                     | 2 +-
  hw/block/m25p80.c                                   | 2 +-
  hw/isa/vt82c686.c                                   | 4 ++--
  hw/net/e1000.c                                      | 2 +-
  hw/ppc/spapr_cpu_core.c                             | 2 +-
  hw/scsi/megasas.c                                   | 2 +-
  hw/sensor/tmp421.c                                  | 2 +-
  hw/virtio/virtio-pci.c                              | 4 ++--
  qom/object.c                                        | 2 +-
  target/arm/cpu.c                                    | 2 +-
  target/arm/cpu64.c                                  | 2 +-
  target/mips/cpu.c                                   | 2 +-
  target/s390x/cpu_models.c                           | 4 ++--
  target/sparc/cpu.c                                  | 2 +-
  target/xtensa/helper.c                              | 2 +-
  rust/qemu-api/src/qom.rs                            | 2 +-
  scripts/codeconverter/codeconverter/test_regexps.py | 2 +-
  18 files changed, 21 insertions(+), 21 deletions(-)


Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to