mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/ipack: Constify all Property
Acked-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
783e3b21e5
commit
9811813e90
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static void ipack_device_unrealize(DeviceState *dev)
|
|||
qemu_free_irqs(idev->irq, 2);
|
||||
}
|
||||
|
||||
static Property ipack_device_props[] = {
|
||||
static const Property ipack_device_props[] = {
|
||||
DEFINE_PROP_INT32("slot", IPackDevice, slot, -1),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue