mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
hw/display: 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
2a3f565c52
commit
d432edd56c
27 changed files with 30 additions and 30 deletions
|
@ -60,7 +60,7 @@ static const VMStateDescription ramfb_dev_vmstate = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property ramfb_properties[] = {
|
||||
static const Property ramfb_properties[] = {
|
||||
DEFINE_PROP_BOOL("x-migrate", RAMFBStandaloneState, migrate, true),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue