mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/ipmi: Constify all Property
Acked-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9811813e90
commit
2acf140305
5 changed files with 5 additions and 5 deletions
|
@ -108,7 +108,7 @@ void ipmi_bmc_find_and_link(Object *obj, Object **bmc)
|
|||
OBJ_PROP_LINK_STRONG);
|
||||
}
|
||||
|
||||
static Property ipmi_bmc_properties[] = {
|
||||
static const Property ipmi_bmc_properties[] = {
|
||||
DEFINE_PROP_UINT8("slave_addr", IPMIBmc, slave_addr, 0x20),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue