mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/intc: Constify all Property
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9eb5c79907
commit
783e3b21e5
38 changed files with 45 additions and 45 deletions
|
@ -176,7 +176,7 @@ static void xilinx_intc_init(Object *obj)
|
|||
sysbus_init_mmio(SYS_BUS_DEVICE(obj), &p->mmio);
|
||||
}
|
||||
|
||||
static Property xilinx_intc_properties[] = {
|
||||
static const Property xilinx_intc_properties[] = {
|
||||
DEFINE_PROP_UINT32("kind-of-intr", XpsIntc, c_kind_of_intr, 0),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue