|
@@ -775,6 +775,7 @@ static const VMStateDescription vmstate_ich9_lpc = {
|
|
|
|
|
|
static Property ich9_lpc_properties[] = {
|
|
|
DEFINE_PROP_BOOL("noreboot", ICH9LPCState, pin_strap.spkr_hi, true),
|
|
|
+ DEFINE_PROP_BOOL("smm-compat", ICH9LPCState, pm.smm_compat, false),
|
|
|
DEFINE_PROP_BIT64("x-smi-broadcast", ICH9LPCState, smi_host_features,
|
|
|
ICH9_LPC_SMI_F_BROADCAST_BIT, true),
|
|
|
DEFINE_PROP_BIT64("x-smi-cpu-hotplug", ICH9LPCState, smi_host_features,
|