|
@@ -569,6 +569,7 @@ static Property arm_gicv3_common_properties[] = {
|
|
|
DEFINE_PROP_UINT32("num-irq", GICv3State, num_irq, 32),
|
|
|
DEFINE_PROP_UINT32("revision", GICv3State, revision, 3),
|
|
|
DEFINE_PROP_BOOL("has-lpi", GICv3State, lpi_enable, 0),
|
|
|
+ DEFINE_PROP_BOOL("has-nmi", GICv3State, nmi_support, 0),
|
|
|
DEFINE_PROP_BOOL("has-security-extensions", GICv3State, security_extn, 0),
|
|
|
/*
|
|
|
* Compatibility property: force 8 bits of physical priority, even
|