]> git.ipfire.org Git - thirdparty/qemu.git/commit
qom: Constify TypeInfo::class_data
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 10 Feb 2025 08:56:56 +0000 (09:56 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:00:41 +0000 (17:00 +0200)
commitb282b859cf3442d922644e2cd2bee68272baafd5
tree0d87712ce7b644321ba1820a8f7fb57ad43382e9
parent12d1a768bdfea6e27a3a829228840d72507613a1
qom: Constify TypeInfo::class_data

All callers now correctly expect a const class data.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250424194905.82506-5-philmd@linaro.org>
18 files changed:
hw/arm/armsse.c
hw/block/m25p80.c
hw/isa/vt82c686.c
hw/net/e1000.c
hw/ppc/spapr_cpu_core.c
hw/scsi/megasas.c
hw/sensor/tmp421.c
hw/virtio/virtio-pci.c
include/qom/object.h
qom/object.c
rust/qemu-api/src/qom.rs
scripts/codeconverter/codeconverter/test_regexps.py
target/arm/cpu.c
target/arm/cpu64.c
target/mips/cpu.c
target/s390x/cpu_models.c
target/sparc/cpu.c
target/xtensa/helper.c