mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/pci-bridge: 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
2839136833
commit
196fd15f31
9 changed files with 10 additions and 10 deletions
|
@ -128,7 +128,7 @@ static const VMStateDescription vmstate_rp_dev = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property gen_rp_props[] = {
|
||||
static const Property gen_rp_props[] = {
|
||||
DEFINE_PROP_BOOL("x-migrate-msix", GenPCIERootPort,
|
||||
migrate_msix, true),
|
||||
DEFINE_PROP_UINT32("bus-reserve", GenPCIERootPort,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue