hw/tpm: Constify all Property

Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 17:22:27 +00:00
parent 74734e2b1b
commit 3885fa1591
5 changed files with 5 additions and 5 deletions

View file

@ -364,7 +364,7 @@ static const VMStateDescription vmstate_spapr_vtpm = {
}
};
static Property tpm_spapr_properties[] = {
static const Property tpm_spapr_properties[] = {
DEFINE_SPAPR_PROPERTIES(SpaprTpmState, vdev),
DEFINE_PROP_TPMBE("tpmdev", SpaprTpmState, be_driver),
DEFINE_PROP_END_OF_LIST(),