qemu/scripts/codeconverter/codeconverter
Philippe Mathieu-Daudé 2cd09e47aa qom: Make InterfaceInfo[] uses const
Mechanical change using:

  $ sed -i -E 's/\(InterfaceInfo.?\[/\(const InterfaceInfo\[/g' \
              $(git grep -lE '\(InterfaceInfo.?\[\]\)')

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250424194905.82506-7-philmd@linaro.org>
2025-04-25 17:00:41 +02:00
..
__init__.py codeconverter: script for automating QOM code cleanups 2020-09-08 17:29:19 -04:00
patching.py scripts/codeconverter: Update to latest version 2020-09-18 14:12:32 -04:00
qom_macros.py scripts/: spelling fixes 2023-09-08 13:08:52 +03:00
qom_type_info.py qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
regexps.py codeconverter: script for automating QOM code cleanups 2020-09-08 17:29:19 -04:00
test_patching.py scripts/codeconverter: Update to latest version 2020-09-18 14:12:32 -04:00
test_regexps.py qom: Make InterfaceInfo[] uses const 2025-04-25 17:00:41 +02:00
utils.py codeconverter: script for automating QOM code cleanups 2020-09-08 17:29:19 -04:00