hw/pci-host: Constify all Property

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 16:35:23 +00:00
parent 196fd15f31
commit 909a5c0afa
17 changed files with 19 additions and 19 deletions

View file

@ -422,7 +422,7 @@ static const TypeInfo raven_info = {
},
};
static Property raven_pcihost_properties[] = {
static const Property raven_pcihost_properties[] = {
DEFINE_PROP_UINT32("elf-machine", PREPPCIState, pci_dev.elf_machine,
EM_NONE),
DEFINE_PROP_STRING("bios-name", PREPPCIState, pci_dev.bios_name),