diff options
| author | Laszlo Ersek | 2017-01-26 02:44:16 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2017-01-27 18:07:31 +0100 |
| commit | b8bab8eb6934cbf6577a18a9c5657d7707379ac0 (patch) | |
| tree | 7c4875365a1da780ef3758ee040c9e92db3e0804 /hw | |
| parent | hw/isa/lpc_ich9: add broadcast SMI feature (diff) | |
| download | qemu-b8bab8eb6934cbf6577a18a9c5657d7707379ac0.tar.gz qemu-b8bab8eb6934cbf6577a18a9c5657d7707379ac0.tar.xz qemu-b8bab8eb6934cbf6577a18a9c5657d7707379ac0.zip | |
hw/isa/lpc_ich9: negotiate SMI broadcast on pc-q35-2.9+ machine types
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20170126014416.11211-4-lersek@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/isa/lpc_ich9.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c index ced6f803a4..59930dd9d0 100644 --- a/hw/isa/lpc_ich9.c +++ b/hw/isa/lpc_ich9.c @@ -776,6 +776,8 @@ static const VMStateDescription vmstate_ich9_lpc = { static Property ich9_lpc_properties[] = { DEFINE_PROP_BOOL("noreboot", ICH9LPCState, pin_strap.spkr_hi, true), + DEFINE_PROP_BIT64("x-smi-broadcast", ICH9LPCState, smi_host_features, + ICH9_LPC_SMI_F_BROADCAST_BIT, true), DEFINE_PROP_END_OF_LIST(), }; |
