mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/intc: Constify all Property
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9eb5c79907
commit
783e3b21e5
38 changed files with 45 additions and 45 deletions
|
@ -423,7 +423,7 @@ static const VMStateDescription vmstate_loongarch_extioi = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property extioi_properties[] = {
|
||||
static const Property extioi_properties[] = {
|
||||
DEFINE_PROP_UINT32("num-cpu", LoongArchExtIOI, num_cpu, 1),
|
||||
DEFINE_PROP_BIT("has-virtualization-extension", LoongArchExtIOI, features,
|
||||
EXTIOI_HAS_VIRT_EXTENSION, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue