]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: Do not abuse DEFINE_PROP_END_OF_LIST
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 18 Dec 2024 13:42:46 +0000 (07:42 -0600)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Dec 2024 18:35:51 +0000 (19:35 +0100)
commitebe9685f12bb30ebd35575d31c6b6e0efad3a2bc
tree456b26b2f52def2b177f6003921e7afdc080838e
parent1088d41795101479e2d88f1e6140071732f9bdb3
target/riscv: Do not abuse DEFINE_PROP_END_OF_LIST

These are not arrays of Property and had no business
using DEFINE_PROP_END_OF_LIST.  Use plain { } instead.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Lei Yang <leiyang@redhat.com>
Link: https://lore.kernel.org/r/20241218134251.4724-20-richard.henderson@linaro.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/riscv/cpu.c