mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
hw/pci: 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
909a5c0afa
commit
8a1852f8c2
4 changed files with 5 additions and 5 deletions
|
@ -81,7 +81,7 @@ static const PropertyInfo prop_pci_busnr = {
|
|||
.get = prop_pci_busnr_get,
|
||||
};
|
||||
|
||||
static Property pci_props[] = {
|
||||
static const Property pci_props[] = {
|
||||
DEFINE_PROP_PCI_DEVFN("addr", PCIDevice, devfn, -1),
|
||||
DEFINE_PROP_STRING("romfile", PCIDevice, romfile),
|
||||
DEFINE_PROP_UINT32("romsize", PCIDevice, romsize, UINT32_MAX),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue