mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -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
|
@ -69,7 +69,7 @@ static void isa_cirrus_vga_realizefn(DeviceState *dev, Error **errp)
|
|||
/* FIXME not qdev yet */
|
||||
}
|
||||
|
||||
static Property isa_cirrus_vga_properties[] = {
|
||||
static const Property isa_cirrus_vga_properties[] = {
|
||||
DEFINE_PROP_UINT32("vgamem_mb", struct ISACirrusVGAState,
|
||||
cirrus_vga.vga.vram_size_mb, 4),
|
||||
DEFINE_PROP_BOOL("blitter", struct ISACirrusVGAState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue