mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw/core: 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
312f37d18a
commit
f5ca2d6233
5 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ static void split_irq_realize(DeviceState *dev, Error **errp)
|
|||
qdev_init_gpio_out(dev, s->out_irq, s->num_lines);
|
||||
}
|
||||
|
||||
static Property split_irq_properties[] = {
|
||||
static const Property split_irq_properties[] = {
|
||||
DEFINE_PROP_UINT16("num-lines", SplitIRQ, num_lines, 1),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue