mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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:
parent
196fd15f31
commit
909a5c0afa
17 changed files with 19 additions and 19 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue