mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
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:
parent
74734e2b1b
commit
3885fa1591
5 changed files with 5 additions and 5 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue